0_0_15789534_22574.cpp: In function 'void da(int, int)':
0_0_15789534_22574.cpp:16:9: error: reference to 'rank' is ambiguous
int *x=rank,*y=height;
^
0_0_15789534_22574.cpp:13:10: note: candidates are: int rank [100010]
int a[M],rank[M],sa[M],height[M],c[M];
^
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_15789534_22574.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_15789534_22574.cpp:29:4: error: 'y' was not declared in this scope
y[p++]=i;
^
0_0_15789534_22574.cpp:32:5: error: 'y' was not declared in this scope
y[p++]=sa[i]-k;
^
0_0_15789534_22574.cpp:36:8: error: 'y' was not declared in this scope
c[x[y[i]]]++;
^
0_0_15789534_22574.cpp:40:13: error: 'y' was not declared in this scope
sa[--c[x[y[i]]]]=y[i];
^
0_0_15789534_22574.cpp:41:10: error: 'y' was not declared in this scope
swap(x,y);
^
0_0_15789534_22574.cpp: In function 'void calheight(int, int)':
0_0_15789534_22574.cpp:54:3: error: reference to 'rank' is ambiguous
rank[sa[i]]=i;
^
0_0_15789534_22574.cpp:13:10: note: candidates are: int rank [100010]
int a[M],rank[M],sa[M],height[M],c[M];
^
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_15789534_22574.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_15789534_22574.cpp:60:9: error: reference to 'rank' is ambiguous
int j=rank[sa[i]-1];
^
0_0_15789534_22574.cpp:13:10: note: candidates are: int rank [100010]
int a[M],rank[M],sa[M],height[M],c[M];
^
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_15789534_22574.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_15789534_22574.cpp:63:10: error: reference to 'rank' is ambiguous
height[rank[i]]=k;
^
0_0_15789534_22574.cpp:13:10: note: candidates are: int rank [100010]
int a[M],rank[M],sa[M],height[M],c[M];
^
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_15789534_22574.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|