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