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