QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#392504 | #6745. Delete the Tree | GuanYunchang | Compile Error | / | / | C++11 | 1.3kb | 2024-04-17 16:32:18 | 2024-04-17 16:32:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:49:16: error: ‘INT32_MAX’ was not declared in this scope 49 | a[0] = INT32_MAX; | ^~~~~~~~~ answer.code:4:1: note: ‘INT32_MAX’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’? 3 | #include<cstring> +++ |+#include <cstdint> 4 | using namespace std;