QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#76357#5466. Permutation CompressionguowenzzCompile Error//C++171.8kb2023-02-09 12:51:462023-02-09 12:51:48

Details

answer.code: In function ‘int main()’:
answer.code:42:9: error: ‘memset’ was not declared in this scope
   42 |         memset(left, 0, sizeof(left));
      |         ^~~~~~
answer.code:4:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
    3 | #include <algorithm>
  +++ |+#include <cstring>
    4 |