0_0_1923448_1278.cpp: In function `int main()':
0_0_1923448_1278.cpp:55: error: cannot convert `int (*)[710]' to `elem_t (*)[510]' for argument `2' to `void dijkstra(int, elem_t (*)[510], int, elem_t*, int*, int, int*)'
0_0_1923448_1278.cpp: In function `void dijkstra(int, elem_t (*)[510], int, elem_t*, int*, int, int*)':
0_0_1923448_1278.cpp:98: error: redefinition of `void dijkstra(int, elem_t (*)[510], int, elem_t*, int*, int, int*)'
0_0_1923448_1278.cpp:12: error: `void dijkstra(int, elem_t (*)[510], int, elem_t*, int*, int, int*)' previously defined here
0_0_1923448_1278.cpp: At global scope:
0_0_1923448_1278.cpp:112: error: redefinition of `int mat[710][710]'
0_0_1923448_1278.cpp:26: error: `int mat[710][710]' previously declared here
0_0_1923448_1278.cpp: In function `int main()':
0_0_1923448_1278.cpp:114: error: redefinition of `int main()'
0_0_1923448_1278.cpp:28: error: `int main()' previously defined here
0_0_1923448_1278.cpp:141: error: cannot convert `int (*)[710]' to `elem_t (*)[510]' for argument `2' to `void dijkstra(int, elem_t (*)[510], int, elem_t*, int*, int, int*)'
|