QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^