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