QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#484236#7698. ISBN ConversionZhangYiDeCompile Error//C++20917b2024-07-19 17:00:272024-07-19 17:00:27

Details

answer.code: In function ‘void solve()’:
answer.code:21:16: error: ‘INT_MIN’ was not declared in this scope
   21 |     int max1 = INT_MIN; // Initialize max1
      |                ^~~~~~~
answer.code:4:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
    3 | #include <cstring>
  +++ |+#include <climits>
    4 | using namespace std;