Run ID:107846

提交时间:2025-01-18 14:59:56

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