import math a,b=map(int,input().split()) tax=b/100 duty=tax*a num=math.floor(a+duty) print(num)