QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#44962#4561. Catfish FarmGuanYunchangCompile Error//C++17903b2022-08-22 12:00:282022-08-22 12:00:28

詳細信息

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];
      |                       ^