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