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