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