0_0_18291878_8360.cpp: In function 'void get_next()':
0_0_18291878_8360.cpp:14:2: error: reference to 'next' is ambiguous
next[0]=len;next[1]=0;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:14:14: error: reference to 'next' is ambiguous
next[0]=len;next[1]=0;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:16:21: error: reference to 'next' is ambiguous
if (p[i]==p[i+1]) next[1]++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:21:12: error: reference to 'next' is ambiguous
int p1=a+next[a]-1,l=next[i-a];
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:22:9: error: 'l' was not declared in this scope
if (i+l-1>=p1)
^
0_0_18291878_8360.cpp:26:4: error: reference to 'next' is ambiguous
next[i]=j;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:28:9: error: reference to 'next' is ambiguous
}else next[i]=l;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp: In function 'void Solve()':
0_0_18291878_8360.cpp:34:9: error: reference to 'next' is ambiguous
memset(next,0,sizeof(next));
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:34:23: error: reference to 'next' is ambiguous
memset(next,0,sizeof(next));
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:43:7: error: reference to 'next' is ambiguous
if (next[i]>=n) E++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:46:12: error: reference to 'next' is ambiguous
if (p[i+next[i]]>p[next[i]]) G++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:46:23: error: reference to 'next' is ambiguous
if (p[i+next[i]]>p[next[i]]) G++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:47:12: error: reference to 'next' is ambiguous
if (p[i+next[i]]<p[next[i]]) L++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
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_18291878_8360.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_18291878_8360.cpp:47:23: error: reference to 'next' is ambiguous
if (p[i+next[i]]<p[next[i]]) L++;
^
0_0_18291878_8360.cpp:9:13: note: candidates are: int next [100010]
int T,len,n,next[N],L,E,G,z;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_a
|