0_0_18067762_2842.cpp: In function 'void addedge(int, int, int)':
0_0_18067762_2842.cpp:63:42: error: reference to 'next' is ambiguous
ver[edge]=v,cap[edge]=c,flow[edge]=0,next[edge]=head[u],head[u]=edge++;
^
0_0_18067762_2842.cpp:48:30: note: candidates are: int next [1111111]
int ver[mm],cap[mm],flow[mm],next[mm];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_18067762_2842.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_18067762_2842.cpp:64:42: error: reference to 'next' is ambiguous
ver[edge]=u,cap[edge]=0,flow[edge]=0,next[edge]=head[v],head[v]=edge++;
^
0_0_18067762_2842.cpp:48:30: note: candidates are: int next [1111111]
int ver[mm],cap[mm],flow[mm],next[mm];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_18067762_2842.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_18067762_2842.cpp: In function 'bool Dinic_bfs()':
0_0_18067762_2842.cpp:75:36: error: reference to 'next' is ambiguous
for(i=head[ u=q[l] ]; ~i ;i=next[i])
^
0_0_18067762_2842.cpp:48:30: note: candidates are: int next [1111111]
int ver[mm],cap[mm],flow[mm],next[mm];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_18067762_2842.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
0_0_18067762_2842.cpp: In function 'int Dinic_dfs(int, int)':
0_0_18067762_2842.cpp:88:38: error: reference to 'next' is ambiguous
for(int &i=work[u],v,temp; ~i ;i=next[i])
^
0_0_18067762_2842.cpp:48:30: note: candidates are: int next [1111111]
int ver[mm],cap[mm],flow[mm],next[mm];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_18067762_2842.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^
|