Run ID:92853
提交时间:2024-10-06 15:29:13
s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) if a>b: c=a a=b b=c print(a,b) else: print(a,b)