import math d, p = list(map(int, input().split())) x = math.floor(d * (100 + p) / 100) print(x)