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