QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#44759#4561. Catfish FarmZhaoZiLongCompile Error//C++176.3kb2022-08-21 15:16:392022-08-21 15:16:41

详细

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:160:15: error: ‘got_fish’ was not declared in this scope
  160 |               got_fish = dp_max[j] + cumul_to_prev[j] - covered_fish;
      |               ^~~~~~~~