QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#386133 | #6396. Puzzle: Kusabi | ZhangYiDe | Compile Error | / | / | C++20 | 2.6kb | 2024-04-11 12:43:10 | 2024-04-11 12:43:10 |
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[v[0][i]] = b[p->second] = true; | ^ answer.code:33:30: error: ‘b’ was not declared in this scope 33 | a[v[0][i]] = b[p->second] = true; | ^