QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#44972 | #4561. Catfish Farm | GuanYunchang | Compile Error | / | / | C++17 | 1.1kb | 2022-08-22 12:08:36 | 2022-08-22 12:08:39 |
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:31:9: error: conflicting declaration ‘int subTask1’ 31 | int subTask1 = 0; | ^~~~~~~~ answer.code:11:10: note: previous declaration as ‘bool subTask1’ 11 | bool subTask1 = true; | ^~~~~~~~