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