728x90
반응형

단순 수학 문제이다.

K, N, M = map(int, input().split())
print(max(0, K*N - M))
728x90
반응형

+ Recent posts