import math from decimal import * d,p = map(int,input().split()) p_1 = Decimal(str(p)) print(math.floor(d*((1+Decimal(p_1)*Decimal(0.01)))))