0_0_3017044_27256.cpp:1: error: `View' does not name a type
In file included from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/iostream:44,
from 0_0_3017044_27256.cpp:5:
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/mingw32/bits/c++config.h:61: error: expected namespace-name before ';' token
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/mingw32/bits/c++config.h:61: error: `<type error>' is not a namespace
0_0_3017044_27256.cpp:141: error: redefinition of `const int inf'
0_0_3017044_27256.cpp:10: error: `const int inf' previously defined here
0_0_3017044_27256.cpp:142: error: redefinition of `const int maxn'
0_0_3017044_27256.cpp:11: error: `const int maxn' previously defined here
0_0_3017044_27256.cpp:143: error: redefinition of `const int maxe'
0_0_3017044_27256.cpp:12: error: `const int maxe' previously defined here
0_0_3017044_27256.cpp:145: error: redefinition of `struct Node'
0_0_3017044_27256.cpp:14: error: previous definition of `struct Node'
0_0_3017044_27256.cpp: In function `bool find(Node**, Node*, Node**, int, int, int*)':
0_0_3017044_27256.cpp:150: error: redefinition of `bool find(Node**, Node*, Node**, int, int, int*)'
0_0_3017044_27256.cpp:19: error: `bool find(Node**, Node*, Node**, int, int, int*)' previously defined here
0_0_3017044_27256.cpp: In function `void maxflow_mincost(Node**, Node*, int, int, int&, int&)':
0_0_3017044_27256.cpp:183: error: redefinition of `void maxflow_mincost(Node**, Node*, int, int, int&, int&)'
0_0_3017044_27256.cpp:52: error: `void maxflow_mincost(Node**, Node*, int, int, int&, int&)' previously defined here
0_0_3017044_27256.cpp: At global scope:
0_0_3017044_27256.cpp:207: error: redefinition of `Node*node[1300]'
0_0_3017044_27256.cpp:76: error: `Node*node[1300]' previously declared here
0_0_3017044_27256.cpp:207: error: redefinition of `Node edge[1000000]'
0_0_3017044_27256.cpp:76: error: `Node edge[1000000]' previously declared here
0_0_3017044_27256.cpp:209: error: redefinition of `int edge_n'
0_0_3017044_27256.cpp:78: error: `int edge_n' previously declared here
0_0_3017044_27256.cpp: In function `void addedge(int, int, int, int)':
0_0_3017044_27256.cpp:211: error: redefinition of `void addedge(int, int, int, int)'
0_0_3017044_27256.cpp:80: error: `void addedge(int, int, int, int)' previously defined here
0_0_3017044_27256.cpp: In function `void init()':
0_0_3017044_27256.cpp:224: error: redefinition of `void init()'
0_0_3017044_27256.cpp:93: error: `void init()' previously defined here
0_0_3017044_27256.cpp: At global scope:
0_0_3017044_27256.cpp:229: error: redefinition of `int ta[10]'
0_0_3017044_27256.cpp:98: error: `int ta[10]' previously declared here
0_0_3017044_27256.cpp:230: error: redefinition of `int a[10000]'
0_0_3017044_27256.cpp:99: error: `int a[10000]' previously declared here
0_0_3017044_27256.cpp:230: error: redefinition of `int c[10000]'
0_0_3017044_27256.cpp:99: error: `int c[10000]' previously declared here
0_0_3017044_27256.cpp: In function `int main()':
0_0_3017044_27256.cpp:232: error: redefinition of `int main()'
0_0_3017044_27256.cpp:101: error: `int main()' previously defined here
|