import math num1, num2 = map(int, input().split()) sum = math.ceil(num1 * (1 + float(num2/100))) print(int(sum))