Run ID:94287

提交时间:2024-10-20 11:08:46

q=input().split() n=q[0] n=int(n) x=q[1] x=int(x) if n<x: print(n,x) else: print(x,n)