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