QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#150324#5600. Restaurant OpeningMaMengQiCompile Error//C++11781b2023-08-25 16:24:432023-08-25 16:24:44

Details

answer.code: In function ‘int main()’:
answer.code:20:24: error: ‘INT_MAX’ was not declared in this scope
   20 |     int minTotalCost = INT_MAX;
      |                        ^~~~~~~
answer.code:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
    3 | #include <vector>
  +++ |+#include <climits>
    4 |