QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#189139 | #3286. Black or White | new_dawn_2# | Compile Error | / | / | C++20 | 1.4kb | 2023-09-26 21:39:48 | 2023-09-26 21:39:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:35:15: error: ‘B’ was not declared in this scope 35 | dp[n] = 0;B | ^ answer.code:36:24: error: ‘i’ was not declared in this scope 36 | for(int i = n - 1; i >= 0; i--){ | ^