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