QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#593385 | #7755. Game on a Forest | ZhangYiDe | Compile Error | / | / | C++23 | 1.2kb | 2024-09-27 13:39:29 | 2024-09-27 13:39:30 |
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:31:17: error: ‘g’ was not declared in this scope 31 | g[a]++; | ^ answer.code:38:37: error: ‘g’ was not declared in this scope 38 | if (g[i] & 1) ans++; | ^ answer.code:43:38: error: ‘g’ was not declared in this scope 43 | if ((g[i] & 1) == 0) ans++; | ^