QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#561649 | #8589. Explosives | kheiramihoub | Compile Error | / | / | C++14 | 2.0kb | 2024-09-13 04:33:02 | 2024-09-13 04:33:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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; | ^~~~~