0_0_23129325_23702.cpp: In function 'void SA(int, int)':
0_0_23129325_23702.cpp:30:24: error: reference to 'rank' is ambiguous
for(int i=1;i<nn;i++) rank[sa[i]]=i;
^
0_0_23129325_23702.cpp:6:37: note: candidates are: int rank [200010]
int t,n,sa[N],xx[N],yy[N],c[N],h[N],rank[N],used[N],pos[N],all[N];
^
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++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_23129325_23702.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23129325_23702.cpp:35:8: error: reference to 'rank' is ambiguous
j=sa[rank[i]-1];
^
0_0_23129325_23702.cpp:6:37: note: candidates are: int rank [200010]
int t,n,sa[N],xx[N],yy[N],c[N],h[N],rank[N],used[N],pos[N],all[N];
^
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++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_23129325_23702.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_23129325_23702.cpp:37:5: error: reference to 'rank' is ambiguous
h[rank[i]]=k;
^
0_0_23129325_23702.cpp:6:37: note: candidates are: int rank [200010]
int t,n,sa[N],xx[N],yy[N],c[N],h[N],rank[N],used[N],pos[N],all[N];
^
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++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_23129325_23702.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|