QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44910#4561. Catfish FarmZhaoZiLongCompile Error//C++17226b2022-08-22 11:35:292022-08-22 11:35:30

Details

answer.code: In function ‘long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)’:
answer.code:6:5: error: ‘ll’ was not declared in this scope
    6 |     ll total = 0;
      |     ^~
answer.code:8:17: error: ‘total’ was not declared in this scope
    8 |                 total += W[i];
      |                 ^~~~~
answer.code:10:16: error: ‘total’ was not declared in this scope
   10 |         return total;
      |                ^~~~~