Run ID:131940

提交时间:2025-10-01 20:34:40

m,n = input().split() m,n = int(m),int(n) print(m//n,m%n)