0_0_32864411_1673.cpp: In function 'void getnext()':
0_0_32864411_1673.cpp:123:2: error: reference to 'next' is ambiguous
next[0] = -1;
^
0_0_32864411_1673.cpp:15:5: note: candidates are: int next [7007]
int next[M];
^
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++/stack:60,
from 0_0_32864411_1673.cpp:3:
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_32864411_1673.cpp:126:4: error: reference to 'next' is ambiguous
next[++i] = ++j;
^
0_0_32864411_1673.cpp:15:5: note: candidates are: int next [7007]
int next[M];
^
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++/stack:60,
from 0_0_32864411_1673.cpp:3:
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_32864411_1673.cpp:128:8: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_32864411_1673.cpp:15:5: note: candidates are: int next [7007]
int next[M];
^
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++/stack:60,
from 0_0_32864411_1673.cpp:3:
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_32864411_1673.cpp: In function 'int KMP()':
0_0_32864411_1673.cpp:142:8: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_32864411_1673.cpp:15:5: note: candidates are: int next [7007]
int next[M];
^
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++/stack:60,
from 0_0_32864411_1673.cpp:3:
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_32864411_1673.cpp:146:8: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_32864411_1673.cpp:15:5: note: candidates are: int next [7007]
int next[M];
^
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++/stack:60,
from 0_0_32864411_1673.cpp:3:
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
^
|