Run ID:94169

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

s=input().split() a=int(s[0]) b=int(s[1]) if a>b: c=a a=b b=c print(a,b) else: print(a,b)