Run ID:94168

提交时间:2024-10-19 20:26:26

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