0_0_8938657_12813.cpp:6: error: `M' was not declared in this scope
0_0_8938657_12813.cpp:8: error: `N' was not declared in this scope
0_0_8938657_12813.cpp:9: error: `N' was not declared in this scope
0_0_8938657_12813.cpp:9: error: `N' was not declared in this scope
0_0_8938657_12813.cpp:9: error: `N' was not declared in this scope
0_0_8938657_12813.cpp:9: error: `N' was not declared in this scope
0_0_8938657_12813.cpp:10: error: `N' was not declared in this scope
0_0_8938657_12813.cpp: In member function `void Dinic::init(int)':
0_0_8938657_12813.cpp:11: error: `eh' undeclared (first use this function)
0_0_8938657_12813.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8938657_12813.cpp:11: error: `memset' undeclared (first use this function)
0_0_8938657_12813.cpp: In member function `void Dinic::addedge(int, int, int)':
0_0_8938657_12813.cpp:15: error: `edge' undeclared (first use this function)
0_0_8938657_12813.cpp:15: error: `eh' undeclared (first use this function)
0_0_8938657_12813.cpp: In member function `bool Dinic::bfs()':
0_0_8938657_12813.cpp:21: error: `vis' undeclared (first use this function)
0_0_8938657_12813.cpp:21: error: `memset' undeclared (first use this function)
0_0_8938657_12813.cpp:24: error: `dis' undeclared (first use this function)
0_0_8938657_12813.cpp:24: error: `q' undeclared (first use this function)
0_0_8938657_12813.cpp:28: error: `eh' undeclared (first use this function)
0_0_8938657_12813.cpp:28: error: `edge' undeclared (first use this function)
0_0_8938657_12813.cpp: In member function `int Dinic::dfs(int, int)':
0_0_8938657_12813.cpp:41: error: `eh' undeclared (first use this function)
0_0_8938657_12813.cpp:41: error: `edge' undeclared (first use this function)
0_0_8938657_12813.cpp:43: error: `dis' undeclared (first use this function)
0_0_8938657_12813.cpp:45: error: `min' undeclared (first use this function)
0_0_8938657_12813.cpp: In member function `int Dinic::flow()':
0_0_8938657_12813.cpp:59: error: `INF' undeclared (first use this function)
|