0_0_17826356_31337.cpp: In function 'void get_next()':
0_0_17826356_31337.cpp:31:2: error: reference to 'next' is ambiguous
next[0]=-1;
^
0_0_17826356_31337.cpp:25:5: note: candidates are: int next [100010]
int next[maxn],dp[maxn],mark[maxn];
^
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_17826356_31337.cpp:20:
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_17826356_31337.cpp:35:4: error: reference to 'next' is ambiguous
next[++i]=++j;
^
0_0_17826356_31337.cpp:25:5: note: candidates are: int next [100010]
int next[maxn],dp[maxn],mark[maxn];
^
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_17826356_31337.cpp:20:
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_17826356_31337.cpp:37:6: error: reference to 'next' is ambiguous
j=next[j];
^
0_0_17826356_31337.cpp:25:5: note: candidates are: int next [100010]
int next[maxn],dp[maxn],mark[maxn];
^
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_17826356_31337.cpp:20:
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_17826356_31337.cpp: In function 'void solve()':
0_0_17826356_31337.cpp:55:6: error: reference to 'next' is ambiguous
j=next[j];
^
0_0_17826356_31337.cpp:25:5: note: candidates are: int next [100010]
int next[maxn],dp[maxn],mark[maxn];
^
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_17826356_31337.cpp:20:
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_17826356_31337.cpp: In function 'int main()':
0_0_17826356_31337.cpp:76:11: error: 'getnext' was not declared in this scope
getnext();
^
|