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