0_0_39541641_27252.cpp: In function 'void solve()':
0_0_39541641_27252.cpp:60:9: error: 'memset' was not declared in this scope
60 | memset(dp, 0, sizeof(dp));
| ^~~~~~
0_0_39541641_27252.cpp:16:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
15 | #include <queue>
+++ |+#include <cstring>
16 | #include <vector>
|