Run ID:91587
提交时间:2024-09-22 10:42:46
a=input().split() b=a[0] c=a[1] b=int(b) c=int(c) d=int(b/c) e=b%c print(d,e)