import math a,b=map(int,input().split()) tax=b/100 ans=math.floor(a*tax) print(ans+a)