import math [d, p] = [int(x) for x in input().split(' ')] price = d + math.floor(d*(p/100)) print(price)