0_0_30426297_24865.cpp: In function 'void calheight(int*, int*, int)':
0_0_30426297_24865.cpp:44:23: error: reference to 'rank' is ambiguous
for(i=1;i<=n;i++) rank[sa[i]]=i; // 根据SA求RANK
^
0_0_30426297_24865.cpp:21:5: note: candidates are: int rank [200010]
int rank[N],height[N],root[N],n,m,st[maxn][25];
^
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_30426297_24865.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_30426297_24865.cpp:45:25: error: reference to 'rank' is ambiguous
for(i=0;i<n; height[rank[i++]] = k ) // 定义:h[i] = height[ rank[i] ]
^
0_0_30426297_24865.cpp:21:5: note: candidates are: int rank [200010]
int rank[N],height[N],root[N],n,m,st[maxn][25];
^
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_30426297_24865.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_30426297_24865.cpp:46:22: error: reference to 'rank' is ambiguous
for(k?k--:0,j=sa[rank[i]-1]; r[i+k]==r[j+k]; k++); //根据 h[i] >= h[i-1]-1 来优化计算height过程
^
0_0_30426297_24865.cpp:21:5: note: candidates are: int rank [200010]
int rank[N],height[N],root[N],n,m,st[maxn][25];
^
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_30426297_24865.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
0_0_30426297_24865.cpp: In function 'int main()':
0_0_30426297_24865.cpp:133:13: error: reference to 'rank' is ambiguous
int sl = rank[ql - 1];
^
0_0_30426297_24865.cpp:21:5: note: candidates are: int rank [200010]
int rank[N],height[N],root[N],n,m,st[maxn][25];
^
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_30426297_24865.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|