QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#879354#9699. Loving You in My Humble Wayucup-team130#Compile Error//C++202.3kb2025-02-01 23:59:502025-02-01 23:59:52

詳細信息

answer.code: In function ‘bool check(int, std::vector<std::tuple<int, int, int> >)’:
answer.code:16:5: error: ‘memset’ was not declared in this scope
   16 |     memset(X, 0, sizeof X);
      |     ^~~~~~
answer.code:5:1: note: ‘memset’ is defined in header ‘<cstring>’; this is probably fixable by adding ‘#include <cstring>’
    4 | #include <iostream>
  +++ |+#include <cstring>
    5 | using namespace std;