0_0_6362183_31562.cpp:7: error: size of array `matrix' is too large
0_0_6362183_31562.cpp: In function `void dijkstra(graph, int, int)':
0_0_6362183_31562.cpp:17: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:18: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:43: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:43: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:45: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp: In function `float cal(int, int, float, graph)':
0_0_6362183_31562.cpp:56: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:62: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp: In function `int main()':
0_0_6362183_31562.cpp:70: error: 'struct graph' has no member named 'matrix'
0_0_6362183_31562.cpp:81: error: 'struct graph' has no member named 'matrix'
|