QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45039#4561. Catfish FarmGuanYunchangCompile Error//C++171011b2022-08-22 12:49:222022-08-22 12:49:23

詳細信息

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