import math n,m=map(int,input().split()) print(math.ceil(n*(1+0.01*m)))