Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
125384 | 陈冠樾 | 02简单输入输出 | C++ | Compile Error | 0 MS | 0 KB | 101 | 2025-07-14 15:50:30 |
#include<bits/stdc++.h> using namespace std; int main() { int 1; cout << 1; return 0; }
Main.cc: In function 'int main()': Main.cc:4:9: error: expected unqualified-id before numeric constant int 1; ^