import math D,P = map(int,input().split()) a = math.floor(D*(1+P*0.01)) print(a)