0_0_5537712_4026.cpp:6: error: size of array `edges' is too large
0_0_5537712_4026.cpp:6: error: size of array `val' is too large
0_0_5537712_4026.cpp: In function `void dijkstra(int)':
0_0_5537712_4026.cpp:13: error: `edges' undeclared (first use this function)
0_0_5537712_4026.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5537712_4026.cpp:14: error: `val' undeclared (first use this function)
0_0_5537712_4026.cpp: In function `int main()':
0_0_5537712_4026.cpp:46: error: `edges' undeclared (first use this function)
0_0_5537712_4026.cpp:48: error: `val' undeclared (first use this function)
|