a,b=map(int,input().split()) tax=b/100 print(round(a*tax)+a)