d, p = map(int, input().split()) print(int(d + d * p / 100))