QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#561649#8589. ExplosiveskheiramihoubCompile Error//C++142.0kb2024-09-13 04:33:022024-09-13 04:33:03

Details

answer.code: In function ‘bool isPossible(const std::vector<int>&, const std::vector<int>&, int, int, int, std::vector<int>&)’:
answer.code:18:17: error: ‘total’ was not declared in this scope
   18 |                 total += pickup_cost;
      |                 ^~~~~
answer.code:29:13: error: ‘total’ was not declared in this scope
   29 |             total += offload_cost;
      |             ^~~~~