QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45075#4561. Catfish FarmZhaoZiLongCompile Error//C++171.5kb2022-08-22 13:16:542022-08-22 13:16:55

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:49:12: error: ‘x’ was not declared in this scope
   49 |         if(x[i]&1) v1 += W[i];
      |            ^