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