Problem | dna |
---|---|
User | PlayVoltz |
Submission Time | 2024-01-23 22:36:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dna.cpp: In function ‘int32_t main()’:
dna.cpp:37:2: error: ‘memset’ was not declared in this scope
37 | memset(dp, -1, sizeof(dp));
| ^~~~~~
dna.cpp:17:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
16 | #include <iomanip>
+++ |+#include <cstring>
17 | using namespace std;