Run ID:93188
提交时间:2024-10-12 18:44:13
s=input.split() a=int(s[0]) b=int(s[1]) if a%b==0: prant(a/b,0) eles: prant(a//b,a%b)