D,P=map(int,input().split()) tax = D*P//100 ans=D+tax print(ans)