0_0_24397958_21600.cpp: In function 'void getnext(char*)':
0_0_24397958_21600.cpp:10:18: error: 'strlen' was not declared in this scope
int len=strlen(s);
^
0_0_24397958_21600.cpp:12:2: error: reference to 'next' is ambiguous
next[0] = -1;
^
0_0_24397958_21600.cpp:6:5: note: candidates are: int next [100010]
int next[N], tn, sn, flag;
^
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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_24397958_21600.cpp:1:
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_24397958_21600.cpp:16:4: error: reference to 'next' is ambiguous
next[++i] = ++j;
^
0_0_24397958_21600.cpp:6:5: note: candidates are: int next [100010]
int next[N], tn, sn, flag;
^
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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_24397958_21600.cpp:1:
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_24397958_21600.cpp:18:8: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_24397958_21600.cpp:6:5: note: candidates are: int next [100010]
int next[N], tn, sn, flag;
^
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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_24397958_21600.cpp:1:
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_24397958_21600.cpp: In function 'int getindex(int, char*)':
0_0_24397958_21600.cpp:23:22: error: 'strlen' was not declared in this scope
int len = strlen(tmp);
^
0_0_24397958_21600.cpp:32:8: error: reference to 'next' is ambiguous
j = next[j];
^
0_0_24397958_21600.cpp:6:5: note: candidates are: int next [100010]
int next[N], tn, sn, flag;
^
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++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_24397958_21600.cpp:1:
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_24397958_21600.cpp: In function 'int main()':
0_0_24397958_21600.cpp:44:16: error: 'strlen' was not declared in this scope
tn = strlen(t);
^
|