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