Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
105550 伍长辉 07交换数据II Python3 Compile Error 0 MS 0 KB 75 2025-01-13 21:07:56

Tests(0/0):


Code:

a=input() b=input() if a>b: a=b or b=a print(b,a) else: print(a,b)


Run Info:

  File "Main.py", line 4
    a=b or b=a
      ^
SyntaxError: can't assign to operator