0_0_22128122_13758.cpp: In function 'bool bfs()':
0_0_22128122_13758.cpp:72:17: error: ambiguating new declaration of 'bool bfs()'
inline bool bfs() {
^
0_0_22128122_13758.cpp:36:5: note: old declaration 'int bfs()'
int bfs() {
^
0_0_22128122_13758.cpp: In function 'int dfs(int, int)':
0_0_22128122_13758.cpp:89:12: error: redefinition of 'int dfs(int, int)'
inline int dfs(int x,int f) {
^
0_0_22128122_13758.cpp:52:5: note: 'int dfs(int, int)' previously defined here
int dfs(int x,int f) {
^
0_0_22128122_13758.cpp: In function 'void dinic()':
0_0_22128122_13758.cpp:105:13: error: redefinition of 'void dinic()'
inline void dinic() {
^
0_0_22128122_13758.cpp:68:6: note: 'void dinic()' previously defined here
void dinic() {
^
|