QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#386132 | #6396. Puzzle: Kusabi | ZhangYiDe | Compile Error | / | / | C++20 | 2.6kb | 2024-04-11 12:42:27 | 2024-04-11 12:42:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:33:17: error: ‘a’ was not declared in this scope 33 | a[i] = b[p->second] = true; | ^ answer.code:33:24: error: ‘b’ was not declared in this scope 33 | a[i] = b[p->second] = true; | ^