0_0_4670666_24314.cpp:219: error: redefinition of `struct Edge'
0_0_4670666_24314.cpp:12: error: previous definition of `struct Edge'
0_0_4670666_24314.cpp:223: error: redefinition of `int N'
0_0_4670666_24314.cpp:16: error: `int N' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int M'
0_0_4670666_24314.cpp:16: error: `int M' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int s'
0_0_4670666_24314.cpp:16: error: `int s' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int t'
0_0_4670666_24314.cpp:16: error: `int t' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int next'
0_0_4670666_24314.cpp:16: error: `int next' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int adjacent_list[60010]'
0_0_4670666_24314.cpp:16: error: `int adjacent_list[60010]' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int last[60010]'
0_0_4670666_24314.cpp:16: error: `int last[60010]' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int fath[60010]'
0_0_4670666_24314.cpp:16: error: `int fath[60010]' previously declared here
0_0_4670666_24314.cpp:223: error: redefinition of `int usee[60010]'
0_0_4670666_24314.cpp:16: error: `int usee[60010]' previously declared here
0_0_4670666_24314.cpp:224: error: redefinition of `Edge E[480080]'
0_0_4670666_24314.cpp:17: error: `Edge E[480080]' previously declared here
0_0_4670666_24314.cpp:225: error: redefinition of `int head'
0_0_4670666_24314.cpp:18: error: `int head' previously declared here
0_0_4670666_24314.cpp:225: error: redefinition of `int rear'
0_0_4670666_24314.cpp:18: error: `int rear' previously declared here
0_0_4670666_24314.cpp:225: error: redefinition of `int Q[60010]'
0_0_4670666_24314.cpp:18: error: `int Q[60010]' previously declared here
0_0_4670666_24314.cpp: In function `void add_edge(int, int, int, int)':
0_0_4670666_24314.cpp:228: error: redefinition of `void add_edge(int, int, int, int)'
0_0_4670666_24314.cpp:21: error: `void add_edge(int, int, int, int)' previously defined here
0_0_4670666_24314.cpp: At global scope:
0_0_4670666_24314.cpp:245: error: redefinition of `int n'
0_0_4670666_24314.cpp:38: error: `int n' previously declared here
0_0_4670666_24314.cpp:246: error: redefinition of `int CurrentNode[60010]'
0_0_4670666_24314.cpp:39: error: `int CurrentNode[60010]' previously declared here
0_0_4670666_24314.cpp:247: error: redefinition of `int d[60010]'
0_0_4670666_24314.cpp:40: error: `int d[60010]' previously declared here
0_0_4670666_24314.cpp:248: error: redefinition of `int numbs[60010]'
0_0_4670666_24314.cpp:41: error: `int numbs[60010]' previously declared here
0_0_4670666_24314.cpp: In function `void rev_BFS()':
0_0_4670666_24314.cpp:252: error: redefinition of `void rev_BFS()'
0_0_4670666_24314.cpp:45: error: `void rev_BFS()' previously defined here
0_0_4670666_24314.cpp: In function `int Augment()':
0_0_4670666_24314.cpp:292: error: redefinition of `int Augment()'
0_0_4670666_24314.cpp:85: error: `int Augment()' previously defined here
0_0_4670666_24314.cpp: In function `int Retreat(int&)':
0_0_4670666_24314.cpp:311: error: redefinition of `int Retreat(int&)'
0_0_4670666_24314.cpp:104: error: `int Retreat(int&)' previously defined here
0_0_4670666_24314.cpp: In function `int find_max_flow()':
0_0_4670666_24314.cpp:338: error: redefinition of `int find_max_flow()'
0_0_4670666_24314.cpp:131: error: `int find_max_flow()' previously defined here
0_0_4670666_24314.cpp: In function `int main()':
0_0_4670666_24314.cpp:390: error: redefinition of `int main()'
0_0_4670666_24314.cpp:183: error: `int main()' previously defined here
|