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