Run ID:92183

提交时间:2024-09-28 14:52:20

a=input().split() b=int(a[0]) c=int(a[1]) print(b//c,b%c)