QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#44789 | #4561. Catfish Farm | MaMengQi | Compile Error | / | / | C++17 | 6.8kb | 2022-08-21 16:43:27 | 2022-08-21 16:43:29 |
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:173:11: error: redeclaration of ‘int j’ 173 | int j = fish[i-1].size()-1; | ^ answer.code:113:11: note: ‘int j’ previously declared here 113 | int j = 0; | ^