QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45503 | #4564. Digital Circuit | HuangHanSheng | Compile Error | / | / | C++17 | 1.1kb | 2022-08-24 12:03:28 | 2022-08-24 12:03:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int count_ways(int, int)’: answer.code:54:19: error: ‘P’ was not declared in this scope 54 | black[P[i]]--; | ^ answer.code:59:19: error: ‘P’ was not declared in this scope 59 | black[P[i]]++; | ^