QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44741 | #4561. Catfish Farm | ZhangYiDe | Compile Error | / | / | C++17 | 5.0kb | 2022-08-21 12:59:33 | 2022-08-21 12:59:35 |
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:88:47: error: ‘j’ was not declared in this scope 88 | long long int option1 = dp_inc[i-1][j]; | ^