import math
D, P = list(map(int, input().split()))
print(math.floor(D * (1 + 0.01 * P)))