QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45019#4561. Catfish FarmZhaoZiLongCompile Error//C++171.4kb2022-08-22 12:38:022022-08-22 12:38:05

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:50:28: error: ‘temp’ was not declared in this scope; did you mean ‘temp1’?
   50 |             ans = max(ans, temp);
      |                            ^~~~
      |                            temp1