0_0_10149606_14062.cpp:57: error: field `F' has incomplete type
0_0_10149606_14062.cpp:58: error: ISO C++ forbids initialization of member `N'
0_0_10149606_14062.cpp:58: error: making `N' static
0_0_10149606_14062.cpp:58: error: declaration of `const int MaxFlow<N>::N'
0_0_10149606_14062.cpp:6: error: shadows template parm `int N'
0_0_10149606_14062.cpp:58: error: declaration of `const int MaxFlow<N>::N'
0_0_10149606_14062.cpp:6: error: changes meaning of `N' from `int N'
0_0_10149606_14062.cpp:59: error: declaration of `int MaxFlow<N>::g'
0_0_10149606_14062.cpp:8: error: conflicts with previous declaration `MaxFlow<N>::edge MaxFlow<N>::g[501000]'
0_0_10149606_14062.cpp:59: error: declaration of `int MaxFlow<N>::s'
0_0_10149606_14062.cpp:7: error: conflicts with previous declaration `int MaxFlow<N>::s'
0_0_10149606_14062.cpp:59: error: a brace-enclosed initializer is not allowed here before '{' token
0_0_10149606_14062.cpp:59: error: ISO C++ forbids initialization of member `dir'
0_0_10149606_14062.cpp:59: error: making `dir' static
0_0_10149606_14062.cpp:59: error: invalid in-class initialization of static data member of non-integral type `int[4][2]'
0_0_10149606_14062.cpp:99: error: expected `}' at end of input
0_0_10149606_14062.cpp: In member function `bool MaxFlow<N>::bfs()':
0_0_10149606_14062.cpp:19: error: expected primary-expression before ',' token
0_0_10149606_14062.cpp: In member function `int MaxFlow<N>::main()':
0_0_10149606_14062.cpp:72: error: `F' undeclared (first use this function)
0_0_10149606_14062.cpp:72: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10149606_14062.cpp:90: error: `dir' undeclared (first use this function)
0_0_10149606_14062.cpp: At global scope:
0_0_10149606_14062.cpp:99: error: expected unqualified-id at end of input
0_0_10149606_14062.cpp:99: error: expected `;' at end of input
|