QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#520877#1436. Split in SetsMaMengQiCompile Error//C++203.2kb2024-08-15 17:01:472024-08-15 17:01:47

Details

answer.code: In function ‘void dfs(std::vector<long long int>, i64, i64)’:
answer.code:79:20: error: ‘INT_MAX’ was not declared in this scope
   79 |         i64 asum = INT_MAX;
      |                    ^~~~~~~
answer.code:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
    4 | #include <vector>
  +++ |+#include <climits>
    5 |