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