QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#403106 | #7863. Parity Game | HuangHanSheng | Compile Error | / | / | C++11 | 3.7kb | 2024-05-01 21:29:35 | 2024-05-01 21:29:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘bool zhao(long long int)’: answer.code:17:28: error: ‘g’ was not declared in this scope 17 | if(g[i-1]==1){ | ^ answer.code:22:28: error: ‘g’ was not declared in this scope 22 | if(g[i+2]==1){ | ^ answer.code: In function ‘int main()’: answer.code:114:31: error: ‘g’ was not declared in this scope 114 | for(;k>=p;k--)g[k]=res; | ^