QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45767 | #4564. Digital Circuit | ZhangYiDe | Compile Error | / | / | C++17 | 313b | 2022-08-24 15:11:20 | 2022-08-24 15:11:22 |
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:11:21: error: ‘N’ was not declared in this scope 11 | A[i-N] = A[i-N]^1; | ^ answer.code:14:19: error: ‘N’ was not declared in this scope 14 | for(int i=N;i<N+M;i++){ | ^ answer.code:14:25: error: ‘M’ was not declared in this scope 14 | for(int i=N;i<N+M;i++){ | ^