QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#44962 | #4561. Catfish Farm | GuanYunchang | Compile Error | / | / | C++17 | 903b | 2022-08-22 12:00:28 | 2022-08-22 12:00:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘ll max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’: answer.code:28:23: error: invalid types ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type {aka int}[int]’ for array subscript 28 | pl += w[0][i]; | ^ answer.code:29:23: error: invalid types ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type {aka int}[int]’ for array subscript 29 | pr -= w[1][i]; | ^