QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#132634 | #5040. Dirichlet $k$-th root | ZhaoZiLong | Compile Error | / | / | C++ | 760b | 2023-07-30 20:41:26 | 2023-07-30 20:41:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void Mul(int*, int*, int*)’: answer.code:23:9: error: ‘memcpy’ was not declared in this scope 23 | memcpy(a,A,(n+1)<<2); | ^~~~~~ answer.code:2:1: note: ‘memcpy’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’? 1 | #include<iostream> +++ |+#include <cstring> 2 | answer.code:25:9: error: ‘memset’ was not declared in this scope 25 | memset(c,0,(n+1)<<2); | ^~~~~~ answer.code:25:9: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?