d, p = [int(x) for x in input().split()] res = d * (100 + p) // 100 print(res)