QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150324 | #5600. Restaurant Opening | MaMengQi | Compile Error | / | / | C++11 | 781b | 2023-08-25 16:24:43 | 2023-08-25 16:24:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:20:24: error: ‘INT_MAX’ was not declared in this scope 20 | int minTotalCost = INT_MAX; | ^~~~~~~ answer.code:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 3 | #include <vector> +++ |+#include <climits> 4 |