QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44927#4561. Catfish FarmHuangHanShengCompile Error//C++143.3kb2022-08-22 11:44:412022-08-22 11:44:43

Details

answer.code: In function ‘long long int dp3(int, int)’:
answer.code:24:8: error: ‘memo3’ was not declared in this scope
   24 |     if(memo3[curr][state] != -1)
      |        ^~~~~
answer.code:41:12: error: ‘memo3’ was not declared in this scope
   41 |     return memo3[curr][state] = ans;
      |            ^~~~~