Run ID:93191
提交时间:2024-10-12 18:46:22
s=input.split() a=int(s[0]) b=int(s[1]) if a%b==0: print(a//b,0) eles: print(a//b,a%b)