import math l = [int (x) for x in input().split(" ")] print(math.floor(l[0] * ((l[1]+100)/100)))