Run ID:106590
提交时间:2025-01-16 13:49:05
a,b=input().split() a=int(a) b=int(b) if a>b: print(b,a) else: print(a,b)