回答
普通に… 計算すれば… 良い….
うん…
★1ってただ実装すれば良い問題が多いことに改めて気づき始める.
import math d, p = map(int, input().split()) print(d + math.floor(d * p * 0.01))
普通に… 計算すれば… 良い….
うん…
★1ってただ実装すれば良い問題が多いことに改めて気づき始める.
import math d, p = map(int, input().split()) print(d + math.floor(d * p * 0.01))