import math l = [int(i) for i in input().split()] d,p = l[0],l[1] print(math.floor(d + d * 0.01 * p))