QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#76357#5466. Permutation CompressionguowenzzCompile Error//C++171.8kb2023-02-09 12:51:462023-02-09 12:51:48

详细

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 |