프로그래밍_일반/백준
boj 14652
Spadework
2020. 1. 28. 22:19
* Solved 기준 브론즈5 단순 풀이
a, b, c = map(int, input().split())
print(c//b, c%b)