Run ID:105550
提交时间:2025-01-13 21:07:56
a=input() b=input() if a>b: a=b or b=a print(b,a) else: print(a,b)