QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#214955 | #5605. A-Mazing Puzzle | ZhangYiDe | Compile Error | / | / | C++17 | 3.2kb | 2023-10-15 01:44:47 | 2023-10-15 01:44:48 |
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:22:58: error: ‘INT_MAX’ was not declared in this scope 22 | vector<int> bumps(MAX_RC * MAX_RC * MAX_RC * MAX_RC, INT_MAX); | ^~~~~~~ answer.code:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 4 | #include <tuple> +++ |+#include <climits> 5 |