/ Vijos /

记录详情

Compile Error

foo.cc:6:20: error: ‘INT32_MAX’ was not declared in this scope
    6 | const int MAXINT = INT32_MAX / 4;
      |                    ^~~~~~~~~
foo.cc:5:1: note: ‘INT32_MAX’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
    4 | #include <algorithm>
  +++ |+#include <cstdint>
    5 | using namespace std;

信息

递交者
类型
自测
题目
P1046 观光旅游
语言
C++
递交时间
2025-03-31 16:54:38
评测时间
2025-03-31 16:54:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes