0_0_4504257_28020.cpp:82: error: redefinition of `const int INF'
0_0_4504257_28020.cpp:11: error: `const int INF' previously defined here
0_0_4504257_28020.cpp:83: error: redefinition of `struct edge'
0_0_4504257_28020.cpp:12: error: previous definition of `struct edge'
0_0_4504257_28020.cpp:85: error: redefinition of `int n'
0_0_4504257_28020.cpp:14: error: `int n' previously declared here
0_0_4504257_28020.cpp:85: error: redefinition of `int m'
0_0_4504257_28020.cpp:14: error: `int m' previously declared here
0_0_4504257_28020.cpp:85: error: redefinition of `int s'
0_0_4504257_28020.cpp:14: error: `int s' previously declared here
0_0_4504257_28020.cpp:85: error: redefinition of `int k'
0_0_4504257_28020.cpp:14: error: `int k' previously declared here
0_0_4504257_28020.cpp:86: error: redefinition of `int res'
0_0_4504257_28020.cpp:15: error: `int res' previously declared here
0_0_4504257_28020.cpp:86: error: redefinition of `int dst'
0_0_4504257_28020.cpp:15: error: `int dst' previously declared here
0_0_4504257_28020.cpp:87: error: redefinition of `int g[1010]'
0_0_4504257_28020.cpp:16: error: `int g[1010]' previously declared here
0_0_4504257_28020.cpp:88: error: redefinition of `edge e[50000]'
0_0_4504257_28020.cpp:17: error: `edge e[50000]' previously declared here
0_0_4504257_28020.cpp:89: error: redefinition of `char str[2048]'
0_0_4504257_28020.cpp:18: error: `char str[2048]' previously declared here
0_0_4504257_28020.cpp:90: error: redefinition of `bool v[1010]'
0_0_4504257_28020.cpp:19: error: `bool v[1010]' previously declared here
0_0_4504257_28020.cpp:91: error: redefinition of `int a[1010][1010]'
0_0_4504257_28020.cpp:20: error: `int a[1010][1010]' previously declared here
0_0_4504257_28020.cpp: In function `void dfs(int, int)':
0_0_4504257_28020.cpp:94: error: redefinition of `void dfs(int, int)'
0_0_4504257_28020.cpp:23: error: `void dfs(int, int)' previously defined here
0_0_4504257_28020.cpp: In function `int main()':
0_0_4504257_28020.cpp:112: error: redefinition of `int main()'
0_0_4504257_28020.cpp:41: error: `int main()' previously defined here
|