0_0_39800408_29964.cpp: In function 'void BFS(int)':
0_0_39800408_29964.cpp:18:9: error: 'memset' was not declared in this scope
18 | memset(dist,INF,sizeof(dist));
| ^~~~~~
0_0_39800408_29964.cpp:6:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
5 | #include<set>
+++ |+#include <cstring>
6 | using namespace std;
|