Run ID:88674

提交时间:2024-08-20 14:23:00

a,b=input().split() a,b=int(a),int(b) if a>b: a,b=b,a print(a,end=' ') print(b)