| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 133009 | 肖声晖 | 03输出字符序号 | C++ | Compile Error | 0 MS | 0 KB | 86 | 2025-10-13 16:59:58 |
#include <iostream> using namespace std; int main(){ int +; cout<<"43"; }
Main.cc: In function 'int main()':
Main.cc:4:9: error: expected unqualified-id before '+' token
int +;
^