Run ID:49587
提交时间:2023-07-09 14:47:00
a,b=map(int,input().split()) if a>b: print(str(a)+" "+str(b)) else: print(str(b)+" "+str(a))