0_0_39188339_18675.cpp: In function 'int main()':
0_0_39188339_18675.cpp:65:17: error: 'memset' was not declared in this scope
65 | memset(dp, -1, sizeof dp);
| ^~~~~~
0_0_39188339_18675.cpp:5:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
4 | #include <algorithm>
+++ |+#include <cstring>
5 |
|