0_0_39063877_18806.cpp: In function 'void bfs()':
0_0_39063877_18806.cpp:44:9: error: 'memset' was not declared in this scope
44 | memset(vis,0,sizeof(vis));
| ^~~~~~
0_0_39063877_18806.cpp:4:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
3 | #include<string>
+++ |+#include <cstring>
4 | using namespace std;
|