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