728x90
반응형

단순 수학 문제이다.

k, w, m = map(int, input().split())
print((w-k)//m + (1 if (w-k)%m else 0))
728x90
반응형

+ Recent posts