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