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