QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^