0_0_10138342_29754.cpp:72: error: redefinition of `const int MAX'
0_0_10138342_29754.cpp:4: error: `const int MAX' previously defined here
0_0_10138342_29754.cpp:73: error: redefinition of `const int MAXINT'
0_0_10138342_29754.cpp:5: error: `const int MAXINT' previously defined here
0_0_10138342_29754.cpp:75: error: redefinition of `struct point'
0_0_10138342_29754.cpp:7: error: previous definition of `struct point'
0_0_10138342_29754.cpp:78: error: invalid type in declaration before ';' token
0_0_10138342_29754.cpp:78: error: conflicting declaration 'int sq[2001]'
0_0_10138342_29754.cpp:10: error: 'sq' has a previous declaration as `point sq[2001]'
0_0_10138342_29754.cpp:78: error: type mismatch with previous external decl of `int sq[2001]'
0_0_10138342_29754.cpp:10: error: previous external decl of `point sq[2001]'
0_0_10138342_29754.cpp:78: error: declaration of `int sq[2001]'
0_0_10138342_29754.cpp:10: error: conflicts with previous declaration `point sq[2001]'
0_0_10138342_29754.cpp:79: error: redefinition of `int map[2001][2001]'
0_0_10138342_29754.cpp:11: error: `int map[2001][2001]' previously declared here
0_0_10138342_29754.cpp:80: error: redefinition of `int visit[2001]'
0_0_10138342_29754.cpp:12: error: `int visit[2001]' previously declared here
0_0_10138342_29754.cpp:81: error: redefinition of `int dist[2001]'
0_0_10138342_29754.cpp:13: error: `int dist[2001]' previously declared here
0_0_10138342_29754.cpp:82: error: redefinition of `int n'
0_0_10138342_29754.cpp:14: error: `int n' previously declared here
0_0_10138342_29754.cpp:82: error: redefinition of `int m'
0_0_10138342_29754.cpp:14: error: `int m' previously declared here
0_0_10138342_29754.cpp: In function `void Dijkstra()':
0_0_10138342_29754.cpp:84: error: redefinition of `void Dijkstra()'
0_0_10138342_29754.cpp:16: error: `void Dijkstra()' previously defined here
0_0_10138342_29754.cpp: In function `int main()':
0_0_10138342_29754.cpp:108: error: redefinition of `int main()'
0_0_10138342_29754.cpp:40: error: `int main()' previously defined here
|