| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 153376 | 李茂铭 | [在线测评解答教程] 求和 | Python3 | Compile Error | 0 MS | 0 KB | 141 | 2026-05-16 15:52:40 |
#include <iostream> using namespace std; int main() { int n; while (cin >> n) { //解题代码 } return 0; }
File "Main.py", line 2
using namespace std;
^
SyntaxError: invalid syntax