QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44743 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++17 | 5.8kb | 2022-08-21 13:31:11 | 2022-08-21 13:31:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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