import math a = [float(i) for i in input().split()] print(int(a[0]+math.floor(a[0]*a[1]/100)))