d, p = map(int, input().split()) print(int(d * (1.0 + p * 0.01) + 1e-3))