0_0_38572069_29643.cpp: In function 'int main()':
0_0_38572069_29643.cpp:14:9: error: 'memset' was not declared in this scope
memset(dp, 0, sizeof(dp));
^~~~~~
0_0_38572069_29643.cpp:14:9: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_38572069_29643.cpp:5:1:
+#include <cstring>
using namespace std;
0_0_38572069_29643.cpp:14:9:
memset(dp, 0, sizeof(dp));
^~~~~~
|