0_0_8270361_11064.cpp:72: error: invalid token
0_0_8270361_11064.cpp:72: error: expected constructor, destructor, or type conversion before '<' token
0_0_8270361_11064.cpp:72: error: expected `,' or `;' before '<' token
0_0_8270361_11064.cpp:78: error: redefinition of `int r'
0_0_8270361_11064.cpp:7: error: `int r' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int c'
0_0_8270361_11064.cpp:7: error: `int c' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int sa'
0_0_8270361_11064.cpp:7: error: `int sa' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int sb'
0_0_8270361_11064.cpp:7: error: `int sb' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int ea'
0_0_8270361_11064.cpp:7: error: `int ea' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int eb'
0_0_8270361_11064.cpp:7: error: `int eb' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int p'
0_0_8270361_11064.cpp:7: error: `int p' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int s'
0_0_8270361_11064.cpp:7: error: `int s' previously declared here
0_0_8270361_11064.cpp:78: error: redefinition of `int t'
0_0_8270361_11064.cpp:7: error: `int t' previously declared here
0_0_8270361_11064.cpp:79: error: redefinition of `char str[25][25]'
0_0_8270361_11064.cpp:8: error: `char str[25][25]' previously declared here
0_0_8270361_11064.cpp:80: error: redefinition of `int d[4][2]'
0_0_8270361_11064.cpp:9: error: `int d[4][2]' previously defined here
0_0_8270361_11064.cpp:81: error: redefinition of `int min1'
0_0_8270361_11064.cpp:10: error: `int min1' previously declared here
0_0_8270361_11064.cpp:82: error: redefinition of `struct SPoint'
0_0_8270361_11064.cpp:11: error: previous definition of `struct SPoint'
0_0_8270361_11064.cpp: In function `int bfs()':
0_0_8270361_11064.cpp:90: error: redefinition of `int bfs()'
0_0_8270361_11064.cpp:19: error: `int bfs()' previously defined here
0_0_8270361_11064.cpp: In function `int main()':
0_0_8270361_11064.cpp:130: error: redefinition of `int main()'
0_0_8270361_11064.cpp:59: error: `int main()' previously defined here
|