Run ID:88628

提交时间:2024-08-19 16:22:07

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