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