0_0_25680734_7509.cpp: In function 'void fun(int)':
0_0_25680734_7509.cpp:19:3: error: reference to 'rank' is ambiguous
rank[q[i]]=i;
^
0_0_25680734_7509.cpp:12:19: note: candidates are: int rank [100010]
int a,n,m,b[maxx],rank[maxx],q[maxx],h[maxx],s[maxx],f[maxx],X[maxx],Y[maxx];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
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_25680734_7509.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_25680734_7509.cpp:20:19: error: reference to 'rank' is ambiguous
for(i=0;i<n;h[rank[i++]]=k)
^
0_0_25680734_7509.cpp:12:19: note: candidates are: int rank [100010]
int a,n,m,b[maxx],rank[maxx],q[maxx],h[maxx],s[maxx],f[maxx],X[maxx],Y[maxx];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
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_25680734_7509.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_25680734_7509.cpp:21:25: error: reference to 'rank' is ambiguous
for(k?k--:0,j=q[rank[i]-1];s[i+k]==s[j+k];k++);
^
0_0_25680734_7509.cpp:12:19: note: candidates are: int rank [100010]
int a,n,m,b[maxx],rank[maxx],q[maxx],h[maxx],s[maxx],f[maxx],X[maxx],Y[maxx];
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
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_25680734_7509.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|