0_0_39107397_14647.cpp: In function 'int main(int, char**)':
0_0_39107397_14647.cpp:19:17: error: 'memset' was not declared in this scope
19 | memset(dp, Max, sizeof(dp));
| ^~~~~~
0_0_39107397_14647.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include <stdlib.h>
+++ |+#include <cstring>
5 | #define Max 10000
|