QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ^~~~~