0_0_15434338_3754.cpp: In function 'void getfill(int)':
0_0_15434338_3754.cpp:14:15: error: reference to 'next' is ambiguous
int j=next[i];
^
0_0_15434338_3754.cpp:8:15: note: candidates are: int next [11000]
int b[11000] ,next[11000];
^
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_15434338_3754.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_15434338_3754.cpp:16:15: error: reference to 'next' is ambiguous
j=next[j];
^
0_0_15434338_3754.cpp:8:15: note: candidates are: int next [11000]
int b[11000] ,next[11000];
^
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_15434338_3754.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_15434338_3754.cpp:17:9: error: reference to 'next' is ambiguous
next[i+1]=(b[i]==b[j])?j+1:0;
^
0_0_15434338_3754.cpp:8:15: note: candidates are: int next [11000]
int b[11000] ,next[11000];
^
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_15434338_3754.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_15434338_3754.cpp: In function 'int find(int, int)':
0_0_15434338_3754.cpp:27:15: error: reference to 'next' is ambiguous
j=next[j];
^
0_0_15434338_3754.cpp:8:15: note: candidates are: int next [11000]
int b[11000] ,next[11000];
^
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_15434338_3754.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
^
|