QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45039 | #4561. Catfish Farm | GuanYunchang | Compile Error | / | / | C++17 | 1011b | 2022-08-22 12:49:22 | 2022-08-22 12:49:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int64_t max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:35:22: error: ‘w’ was not declared in this scope 35 | ans+=w[i]; | ^