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