d, p = map(int, input().split()) eps = 1e-10 print(int(d * (1 + p / 100.0) + eps))