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