0_0_1389382_12532.cpp:12:32: ../../MTL/Dijkstra.h: No such file or directory
0_0_1389382_12532.cpp: In function `int solve_for()':
0_0_1389382_12532.cpp:126: error: `Graph_For' undeclared (first use this function)
0_0_1389382_12532.cpp:126: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1389382_12532.cpp:126: error: expected `;' before "g"
0_0_1389382_12532.cpp:137: error: `g' undeclared (first use this function)
0_0_1389382_12532.cpp:150: error: `Dijkstra' has not been declared
0_0_1389382_12532.cpp:150: error: `cal_no_way' undeclared (first use this function)
0_0_1389382_12532.cpp: In function `int solve_mat()':
0_0_1389382_12532.cpp:192: error: `Dijkstra' has not been declared
0_0_1389382_12532.cpp:192: error: `cal_no_way' undeclared (first use this function)
0_0_1389382_12532.cpp: In function `int solve_adj()':
0_0_1389382_12532.cpp:211: error: `Graph_Adj' undeclared (first use this function)
0_0_1389382_12532.cpp:211: error: expected `;' before "g"
0_0_1389382_12532.cpp:219: error: `g' undeclared (first use this function)
0_0_1389382_12532.cpp:233: error: `Dijkstra' has not been declared
0_0_1389382_12532.cpp:233: error: `cal_no_way' undeclared (first use this function)
|