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