QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#440847 | #8221. 多方计算 | ZhangYiDe | Compile Error | / | / | C++17 | 2.1kb | 2024-06-14 04:20:15 | 2024-06-14 04:20:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘void grader::bigint::clear()’: answer.code:17:13: error: ‘memset’ was not declared in this scope 17 | memset(val,0,sizeof(val)); | ^~~~~~ answer.code:8:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’? 7 | #include <iostream> +++ |+#include <cstring> 8 |