import math from decimal import Decimal d,p = input().split() d = Decimal(d) p = Decimal(p) ritu = 1 + round(p/100,2) print(int(ritu*d))