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