QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#592044 | #8831. Chemistry Class | GuanYunchang | Compile Error | / | / | C++23 | 1.5kb | 2024-09-26 20:16:09 | 2024-09-26 20:16:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:28:23: error: ‘INT_MAX’ was not declared in this scope 28 | vec.push_back(INT_MAX); | ^~~~~~~ answer.code:7:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 6 | #include <vector> +++ |+#include <climits> 7 |