0_0_10649069_13855.cpp:195: error: redefinition of `const int INF'
0_0_10649069_13855.cpp:18: error: `const int INF' previously defined here
0_0_10649069_13855.cpp:196: error: redefinition of `int t'
0_0_10649069_13855.cpp:21: error: `int t' previously declared here
0_0_10649069_13855.cpp:196: error: redefinition of `int n'
0_0_10649069_13855.cpp:20: error: `int n' previously declared here
0_0_10649069_13855.cpp:196: error: redefinition of `int m'
0_0_10649069_13855.cpp:20: error: `int m' previously declared here
0_0_10649069_13855.cpp:197: error: conflicting declaration 'int cur[2002]'
0_0_10649069_13855.cpp:19: error: 'cur' has a previous declaration as `int cur[1000]'
0_0_10649069_13855.cpp:197: error: type mismatch with previous external decl of `int cur[2002]'
0_0_10649069_13855.cpp:19: error: previous external decl of `int cur[1000]'
0_0_10649069_13855.cpp:197: error: declaration of `int cur[2002]'
0_0_10649069_13855.cpp:19: error: conflicts with previous declaration `int cur[1000]'
0_0_10649069_13855.cpp:203: error: conflicting declaration 'Node E[100100]'
0_0_10649069_13855.cpp:37: error: 'E' has a previous declaration as `Edge E[2000005]'
0_0_10649069_13855.cpp:203: error: type mismatch with previous external decl of `Node E[100100]'
0_0_10649069_13855.cpp:37: error: previous external decl of `Edge E[2000005]'
0_0_10649069_13855.cpp:203: error: declaration of `Node E[100100]'
0_0_10649069_13855.cpp:37: error: conflicts with previous declaration `Edge E[2000005]'
0_0_10649069_13855.cpp: In function `int sap(int, int)':
0_0_10649069_13855.cpp:218: error: 'struct Edge' has no member named 'next'
0_0_10649069_13855.cpp:220: error: 'struct Edge' has no member named 'pos'
0_0_10649069_13855.cpp:241: error: 'struct Edge' has no member named 'next'
0_0_10649069_13855.cpp:243: error: 'struct Edge' has no member named 'pos'
0_0_10649069_13855.cpp: In function `void addEdge(int, int, int)':
0_0_10649069_13855.cpp:260: error: 'struct Edge' has no member named 'pos'
0_0_10649069_13855.cpp:261: error: 'struct Edge' has no member named 'next'
0_0_10649069_13855.cpp:264: error: 'struct Edge' has no member named 'pos'
0_0_10649069_13855.cpp:265: error: 'struct Edge' has no member named 'next'
0_0_10649069_13855.cpp: In function `int main()':
0_0_10649069_13855.cpp:269: error: redefinition of `int main()'
0_0_10649069_13855.cpp:103: error: `int main()' previously defined here
0_0_10649069_13855.cpp:280: error: `map' undeclared (first use this function)
0_0_10649069_13855.cpp:280: error: (Each undeclared identifier is reported only once for each function it appears in.)
|