Run ID:88630

提交时间:2024-08-19 16:27:10

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