from math import floor d,p = map(int,input().split()) print(floor(d*(p/100+1)))