0_0_38898610_28420.cpp: In function 'void DA(int, int)':
0_0_38898610_28420.cpp:52:33: error: reference to 'rank' is ambiguous
52 | for(i = 0;i <= n; ++ i) rank[sa[i]] = i;
| ^~~~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_pair.h:60,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/stl_algobase.h:64,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/algorithm:60,
from 0_0_38898610_28420.cpp:3:
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38898610_28420.cpp:7:35: note: 'int rank [100007]'
7 | int n,l,r,len,T,q[N],sa[N],str[N],rank[N],height[N],length[N],t1[N],t2[N],c[N];
| ^~~~
0_0_38898610_28420.cpp:56:24: error: reference to 'rank' is ambiguous
56 | j = sa[rank[i] - 1];
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38898610_28420.cpp:7:35: note: 'int rank [100007]'
7 | int n,l,r,len,T,q[N],sa[N],str[N],rank[N],height[N],length[N],t1[N],t2[N],c[N];
| ^~~~
0_0_38898610_28420.cpp:58:24: error: reference to 'rank' is ambiguous
58 | height[rank[i]] = k;
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38898610_28420.cpp:7:35: note: 'int rank [100007]'
7 | int n,l,r,len,T,q[N],sa[N],str[N],rank[N],height[N],length[N],t1[N],t2[N],c[N];
| ^~~~
0_0_38898610_28420.cpp: In function 'int main()':
0_0_38898610_28420.cpp:69:24: error: reference to 'rank' is ambiguous
69 | memset(rank,0,sizeof rank), memset(sa,0,sizeof sa),
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38898610_28420.cpp:7:35: note: 'int rank [100007]'
7 | int n,l,r,len,T,q[N],sa[N],str[N],rank[N],height[N],length[N],t1[N],t2[N],c[N];
| ^~~~
0_0_38898610_28420.cpp:69:38: error: reference to 'rank' is ambiguous
69 | memset(rank,0,sizeof rank), memset(sa,0,sizeof sa),
| ^~~~
gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/type_traits:1356:12: note: candidates are: 'template<class> struct std::rank'
1356 | struct rank
| ^~~~
0_0_38898610_28420.cpp:7:35: note: 'int rank [100007]'
7 | int n,l,r,len,T,q[N],sa[N],str[N],rank[N],height[N],length[N],t1[N],t2[N],c[N];
| ^~~~
|