QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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() { | ^~~~