Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91927 hwq 02简单两数相加 Python3 Compile Error 0 MS 0 KB 47 2024-09-25 20:05:59

Tests(0/0):


Code:

s=input().split() print(a,b)a=s[0] b=s[1]


Run Info:

  File "Main.py", line 3
    print(a,b)a=s[0]
              ^
SyntaxError: invalid syntax