QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#866401 | #8941. Even or Odd Spanning Tree | ZhaoZiLong | Compile Error | / | / | C++17 | 3.9kb | 2025-01-22 14:54:16 | 2025-01-22 14:54:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void slove()’: answer.code:113:5: error: ‘memset’ was not declared in this scope 113 | memset(dep, 0, sizeof(dep)); | ^~~~~~ answer.code:5:1: note: ‘memset’ is defined in header ‘<cstring>’; this is probably fixable by adding ‘#include <cstring>’ 4 | #include <set> +++ |+#include <cstring> 5 |