/in/foo.cc: In function 'void buid(int, int, int, int)':
/in/foo.cc:13:2: error: reference to 'next' is ambiguous
next[++e]=head[u];head[u]=e;
^~~~
/in/foo.cc:8:13: note: candidates are: int next [20020]
int head[N],next[M],to[M],fl;
^~~~
In file included from /usr/include/c++/7/bits/stl_algobase.h:66:0,
from /usr/include/c++/7/bits/char_traits.h:39,
from /usr/include/c++/7/ios:40,
from /usr/include/c++/7/ostream:38,
from /usr/include/c++/7/iostream:39,
from /in/foo.cc:1:
/usr/include/c++/7/bits/stl_iterator_base_funcs.h:208:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^~~~
/in/foo.cc: In function 'void dfs(int, int)':
/in/foo.cc:21:26: error: reference to 'next' is ambiguous
for(int i=head[now];i;i=next[i])
^~~~
/in/foo.cc:8:13: note: candidates are: int next [20020]
int head[N],next[M],to[M],fl;
^~~~
In file included from /usr/include/c++/7/bits/stl_algobase.h:66:0,
from /usr/include/c++/7/bits/char_traits.h:39,
from /usr/include/c++/7/ios:40,
from /usr/include/c++/7/ostream:38,
from /usr/include/c++/7/iostream:39,
from /in/foo.cc:1:
/usr/include/c++/7/bits/stl_iterator_base_funcs.h:208:5: note: template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
next(_ForwardIterator __x, typename
^~~~