Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
88672 07交换数据II Python3 Wrong Answer 35 MS 3764 KB 73 2024-08-20 14:20:18

Tests(0/10):


Code:

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


Run Info:

------Input------
71 1
------Answer-----
1 71
------Your output-----
71 1