QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#403106#7863. Parity GameHuangHanShengCompile Error//C++113.7kb2024-05-01 21:29:352024-05-01 21:29:36

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;
      |                               ^