Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
99608 naimochuanzhang A+B 输入输出练习I Python3 Compile Error 0 MS 0 KB 36 2024-11-30 12:07:32

Tests(0/0):


Code:

A,B = int(input(1 and 2) print(A+B)


Run Info:

  File "Main.py", line 2
    print(A+B)
        ^
SyntaxError: invalid syntax