0_0_15154288_21658.cpp: In function 'void work()':
0_0_15154288_21658.cpp:80:21: error: reference to 'next' is ambiguous
for(k=0;k<C;k++) next[j][k] = -1;
^
0_0_15154288_21658.cpp:59:5: note: candidates are: int next [101000][26]
int next[N][C];
^
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_15154288_21658.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_15154288_21658.cpp:83:27: error: reference to 'next' is ambiguous
for(k=last[c];k<j;k++) next[k][c]=j;
^
0_0_15154288_21658.cpp:59:5: note: candidates are: int next [101000][26]
int next[N][C];
^
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_15154288_21658.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_15154288_21658.cpp:99:9: error: reference to 'next' is ambiguous
if (~next[st][s[j]-'a']) st = next[st][s[j]-'a'];
^
0_0_15154288_21658.cpp:59:5: note: candidates are: int next [101000][26]
int next[N][C];
^
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_15154288_21658.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_15154288_21658.cpp:99:34: error: reference to 'next' is ambiguous
if (~next[st][s[j]-'a']) st = next[st][s[j]-'a'];
^
0_0_15154288_21658.cpp:59:5: note: candidates are: int next [101000][26]
int next[N][C];
^
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_15154288_21658.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
^
|