QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44741#4561. Catfish FarmZhangYiDeCompile Error//C++175.0kb2022-08-21 12:59:332022-08-21 12:59:35

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:88:47: error: ‘j’ was not declared in this scope
   88 |           long long int option1 = dp_inc[i-1][j];
      |                                               ^