0_0_10706726_25245.cpp:65: error: redefinition of `int map[110][110]'
0_0_10706726_25245.cpp:5: error: `int map[110][110]' previously declared here
0_0_10706726_25245.cpp:65: error: redefinition of `int dis[110][110]'
0_0_10706726_25245.cpp:5: error: `int dis[110][110]' previously declared here
0_0_10706726_25245.cpp:66: error: redefinition of `int n'
0_0_10706726_25245.cpp:6: error: `int n' previously declared here
0_0_10706726_25245.cpp:66: error: redefinition of `int m'
0_0_10706726_25245.cpp:6: error: `int m' previously declared here
0_0_10706726_25245.cpp: In function `void floyd()':
0_0_10706726_25245.cpp:68: error: redefinition of `void floyd()'
0_0_10706726_25245.cpp:8: error: `void floyd()' previously defined here
0_0_10706726_25245.cpp: In function `int main()':
0_0_10706726_25245.cpp:97: error: redefinition of `int main()'
0_0_10706726_25245.cpp:37: error: `int main()' previously defined here
|