0_0_39187785_9817.cpp: In function 'int main(int, char**)':
0_0_39187785_9817.cpp:23:17: error: 'memset' was not declared in this scope
23 | memset(dp, 0, sizeof(dp));
| ^~~~~~
0_0_39187785_9817.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include <iostream>
+++ |+#include <cstring>
2 |
|