0_0_17804908_9923.cpp: In function 'void getHeight(int*, int)':
0_0_17804908_9923.cpp:63:22: error: reference to 'rank' is ambiguous
for(i=0;i<=n;i++)rank[sa[i]]=i;
^
0_0_17804908_9923.cpp:27:5: note: candidates are: int rank [100007]
int rank[MAXN],height[MAXN];
^
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++/vector:60,
from 0_0_17804908_9923.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_17804908_9923.cpp:67:14: error: reference to 'rank' is ambiguous
j=sa[rank[i]-1];
^
0_0_17804908_9923.cpp:27:5: note: candidates are: int rank [100007]
int rank[MAXN],height[MAXN];
^
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++/vector:60,
from 0_0_17804908_9923.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_17804908_9923.cpp:69:16: error: reference to 'rank' is ambiguous
height[rank[i]]=k;
^
0_0_17804908_9923.cpp:27:5: note: candidates are: int rank [100007]
int rank[MAXN],height[MAXN];
^
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++/vector:60,
from 0_0_17804908_9923.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|