0_0_11887289_18088.cpp:33: error: expected `,' or `;' before "const"
0_0_11887289_18088.cpp:40: error: `M' was not declared in this scope
0_0_11887289_18088.cpp:42: error: `M' was not declared in this scope
0_0_11887289_18088.cpp: In function `void addedge(int, int, int)':
0_0_11887289_18088.cpp:45: error: `e' undeclared (first use this function)
0_0_11887289_18088.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11887289_18088.cpp: In function `bool Make_level(int, int)':
0_0_11887289_18088.cpp:60: error: `e' undeclared (first use this function)
0_0_11887289_18088.cpp: In function `int Maxflow(int, int)':
0_0_11887289_18088.cpp:72: error: `e' undeclared (first use this function)
0_0_11887289_18088.cpp:77: error: `pre' undeclared (first use this function)
0_0_11887289_18088.cpp: In function `bool dfs(int, int, int)':
0_0_11887289_18088.cpp:108: error: `e' undeclared (first use this function)
0_0_11887289_18088.cpp: In function `bool Check()':
0_0_11887289_18088.cpp:132: error: `e' undeclared (first use this function)
|