Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
88673 | 空 | 07交换数据II | Python3 | Wrong Answer | 39 MS | 3752 KB | 91 | 2024-08-20 14:22:20 |
a,b=input().split() a,b=int(a),int(b) if a>b: a,b==b,a print(a,end=' ') print(b)
------Input------
71 1
------Answer-----
1 71
------Your output-----
71 1