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