Run ID:106589
提交时间:2025-01-16 13:48:28
a,b=input().split() a=int(a) b=int(b) if a>b: a,b=b,a print(a,b) else: print(a,b)