0_0_38736989_763.cpp: In function 'int main()':
0_0_38736989_763.cpp:62:17: error: 'memset' was not declared in this scope
62 | memset(ind, 0, sizeof(ind));
| ^~~~~~
0_0_38736989_763.cpp:4:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
3 | #include <queue>
+++ |+#include <cstring>
4 | #define MAXN 222
|