QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44759 | #4561. Catfish Farm | ZhaoZiLong | Compile Error | / | / | C++17 | 6.3kb | 2022-08-21 15:16:39 | 2022-08-21 15:16:41 |
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:160:15: error: ‘got_fish’ was not declared in this scope 160 | got_fish = dp_max[j] + cumul_to_prev[j] - covered_fish; | ^~~~~~~~