QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 |