2026-02-15 22:26:08 +09:00

1 line
77 B
Python

print(*(lambda x : [x[2]//x[1], x[2]%x[1]])(list(map(int, input().split()))))