import math x,y = map(int,input().split()) y = (101+y)/100 x = x*y print(math.floor(x))