QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#531516 | #9222. Price Combo | ucup-team4507# | Compile Error | / | / | C++20 | 1.6kb | 2024-08-24 20:59:54 | 2024-08-24 20:59:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int jambloat(int, std::vector<int>&, std::vector<int>&)’: answer.code:19:20: error: ‘INT_MAX’ was not declared in this scope 19 | int min_cost = INT_MAX; | ^~~~~~~ answer.code:6:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 5 | #include <ctime> +++ |+#include <climits> 6 |