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