QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#408123 | #5414. Stop, Yesterday Please No More | maisui12138 | Compile Error | / | / | C++17 | 2.6kb | 2024-05-09 18:48:31 | 2024-05-09 18:48:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:15:17: error: ‘memset’ was not declared in this scope 15 | memset(brr, 0, sizeof(brr)); | ^~~~~~ answer.code:4:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’? 3 | #include<vector> +++ |+#include <cstring> 4 | #define endl '\n'