QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#392504#6745. Delete the TreeGuanYunchangCompile Error//C++111.3kb2024-04-17 16:32:182024-04-17 16:32:19

详细

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;