0_0_10878433_1882.cpp:12: error: expected init-declarator before "a"
0_0_10878433_1882.cpp:12: error: expected `,' or `;' before "a"
0_0_10878433_1882.cpp: In function `void bfs(int)':
0_0_10878433_1882.cpp:20: error: `level' undeclared (first use this function)
0_0_10878433_1882.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10878433_1882.cpp: In function `int dfs(int, int, int)':
0_0_10878433_1882.cpp:38: error: `iter' undeclared (first use this function)
0_0_10878433_1882.cpp:40: error: `level' undeclared (first use this function)
0_0_10878433_1882.cpp: In function `int max_flow(int, int)':
0_0_10878433_1882.cpp:56: error: `level' undeclared (first use this function)
0_0_10878433_1882.cpp:57: error: `iter' undeclared (first use this function)
0_0_10878433_1882.cpp: In function `int main()':
0_0_10878433_1882.cpp:88: error: `level' undeclared (first use this function)
0_0_10878433_1882.cpp:89: error: `iter' undeclared (first use this function)
|