Run ID:122881
提交时间:2025-06-21 20:57:19
a=int(input()) b=int(input()) if a > b: print(a,b) else: print(b,a)