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