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