import math D, P = map(int, input().split()) print(int(math.floor(D * (P / 100 + 1))))