A, B = (map(int, input().split())) C = B*0.01 price = A*(1+C) import math print(math.floor(price))