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