Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
129577 曹云翊 07比较大小 Python3 Compile Error 0 MS 0 KB 88 2025-08-28 20:47:10

Tests(0/0):


Code:

a = input() b = input() a = int(a)el b = int(b) if a>b: print(a) else: print(b)


Run Info:

  File "Main.py", line 3
    a = int(a)el
               ^
SyntaxError: invalid syntax