QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#346326#5600. Restaurant OpeningMaMengQiCompile Error//C++17649b2024-03-08 11:35:582024-03-08 11:35:58

Details

answer.code: In function ‘int main()’:
answer.code:18:15: error: ‘INT16_MAX’ was not declared in this scope
   18 |     int ans = INT16_MAX;
      |               ^~~~~~~~~
answer.code:5:1: note: ‘INT16_MAX’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
    4 | #include <numeric>
  +++ |+#include <cstdint>
    5 | #include <string>