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