import math D,P=map(int,input().split()) P=1+P/100 print(math.floor(D*P))