Run ID:105163
提交时间:2025-01-12 15:41:52
a,b=input().split() a=int(a) b=int(b) if a>b: print(b,a) else: print(a,b)