QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 |