QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#461464 | #6880. Operation Hope | ZhangYiDe | Compile Error | / | / | C++23 | 2.9kb | 2024-07-02 19:12:00 | 2024-07-02 19:12:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:124:41: error: ‘g’ was not declared in this scope 124 | for(int i = 0; i < 14 * n; i++) g[i].clear(); | ^ answer.code: At global scope: answer.code:127:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type] 127 | main() { | ^~~~