728x90
반응형

단순 사칙연산 문제이다.

열의 개수(M)만 잘 써주면 된다.

N, M, K = map(int, input().split())
print(K//M, K%M, end = ' ')
728x90
반응형

+ Recent posts