QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44743#4561. Catfish FarmZhangYiDeCompile Error//C++175.8kb2022-08-21 13:31:112022-08-21 13:31:13

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:86:34: error: array of runtime bound cannot be captured by copy, only by reference
   86 |           option1_inctable[j] = [dp_inc[i-1][j] + total_sum];
      |                                  ^~~~~~
answer.code:86:40: error: expected ‘,’ before ‘[’ token
   86 |           option1_inctable[j] = [dp_inc[i-1][j] + total_sum];
      |                                        ^
      |                                        ,
answer.code:86:40: error: expected identifier before ‘[’ token
answer.code: In lambda function:
answer.code:86:61: error: expected ‘{’ before ‘;’ token
   86 |           option1_inctable[j] = [dp_inc[i-1][j] + total_sum];
      |                                                             ^
answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:86:61: error: cannot convert ‘max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)::<lambda()>’ to ‘long long int’ in assignment