D, P = map(int, input().split()) price = D + D * (P / 100) print(int(price))