QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#326465#4829. Mark on a Graphucup-team1626Compile Error//C++142.0kb2024-02-13 04:56:292024-02-13 04:56:29

Details

answer.code: In function ‘int main()’:
answer.code:40:25: error: ‘assert’ was not declared in this scope
   40 |                         assert(cnt >= 4);
      |                         ^~~~~~
answer.code:3:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
    2 | #include <vector>
  +++ |+#include <cassert>
    3 |