Run ID:49586
提交时间:2023-07-09 14:35:47
a,b=map(int,input().split()) if a>b: print(a,b) else: print(b,a)