Run ID:107847

提交时间:2025-01-18 15:00:50

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