0_0_19943366_13651.cpp: In function 'int newnode()':
0_0_19943366_13651.cpp:14:18: error: reference to 'next' is ambiguous
for(;i<4;i++)next[pos][i]=0;
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp: In function 'int insert(int)':
0_0_19943366_13651.cpp:21:27: error: reference to 'next' is ambiguous
int k=ok[s[i]],&x=next[p][k];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp: In function 'void makenext()':
0_0_19943366_13651.cpp:34:19: error: reference to 'next' is ambiguous
int v=next[u][i];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp:35:21: error: reference to 'next' is ambiguous
if(v==0)next[u][i]=next[fail[u]][i];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp:35:32: error: reference to 'next' is ambiguous
if(v==0)next[u][i]=next[fail[u]][i];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp:38:25: error: reference to 'next' is ambiguous
fail[v]=next[fail[u]][i];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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_19943366_13651.cpp: In function 'int dps()':
0_0_19943366_13651.cpp:60:27: error: reference to 'next' is ambiguous
int v=next[j][p];
^
0_0_19943366_13651.cpp:11:5: note: candidates are: int next [1500][4]
int next[N][4],fail[N],flag[N],val[20],pos;
^
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++/deque:60,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_19943366_13651.cpp:4:
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
^
|