QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]]++; | ^