0_0_11446719_4882.cpp:9: error: size of array `map' is too large
0_0_11446719_4882.cpp: In function `void Dijkstra(int)':
0_0_11446719_4882.cpp:19: error: `map' undeclared (first use this function)
0_0_11446719_4882.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11446719_4882.cpp: In function `int DFS(int)':
0_0_11446719_4882.cpp:51: error: `map' undeclared (first use this function)
0_0_11446719_4882.cpp: In function `int main()':
0_0_11446719_4882.cpp:69: error: `map' undeclared (first use this function)
|