0_0_22120428_6477.cpp: In function 'bool kmp(std::string, std::string)':
0_0_22120428_6477.cpp:21:12: error: reference to 'next' is ambiguous
memset(next,0,sizeof(next));
^
0_0_22120428_6477.cpp:7:5: note: candidates are: int next [10010]
int next[10010];
^
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_22120428_6477.cpp:2:
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_22120428_6477.cpp:21:26: error: reference to 'next' is ambiguous
memset(next,0,sizeof(next));
^
0_0_22120428_6477.cpp:7:5: note: candidates are: int next [10010]
int next[10010];
^
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_22120428_6477.cpp:2:
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_22120428_6477.cpp:23:15: error: reference to 'next' is ambiguous
getnext(s,next);
^
0_0_22120428_6477.cpp:7:5: note: candidates are: int next [10010]
int next[10010];
^
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_22120428_6477.cpp:2:
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_22120428_6477.cpp:27:32: error: reference to 'next' is ambiguous
while(j&&s[j]!=a[i]) j=next[j];
^
0_0_22120428_6477.cpp:7:5: note: candidates are: int next [10010]
int next[10010];
^
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_22120428_6477.cpp:2:
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
^
|