QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#85193 | #1875. Nein | pref_ctrl27 | Compile Error | / | / | C++14 | 2.2kb | 2023-03-07 09:31:03 | 2023-03-07 09:31:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘ll solve(int)’: answer.code:49:5: error: ‘memset’ was not declared in this scope 49 | memset(cnt,0,sizeof(cnt)); | ^~~~~~ answer.code:5:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’? 4 | #include <cctype> +++ |+#include <cstring> 5 | #include <string>