0_0_31235493_1795.cpp: In function 'void getheight(int*, int)':
0_0_31235493_1795.cpp:130:26: error: reference to 'rank' is ambiguous
for(i=1; i<=n; i++) rank[sa[i]]=i;
^
0_0_31235493_1795.cpp:56:5: note: candidates are: int rank [1000005]
int rank[N],height[N],s[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++/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_31235493_1795.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_31235493_1795.cpp:144:14: error: reference to 'rank' is ambiguous
j=sa[rank[i]-1];
^
0_0_31235493_1795.cpp:56:5: note: candidates are: int rank [1000005]
int rank[N],height[N],s[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++/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_31235493_1795.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_31235493_1795.cpp:150:16: error: reference to 'rank' is ambiguous
height[rank[i]]=k;
^
0_0_31235493_1795.cpp:56:5: note: candidates are: int rank [1000005]
int rank[N],height[N],s[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++/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_31235493_1795.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_31235493_1795.cpp: In function 'bool check(int, int, int)':
0_0_31235493_1795.cpp:38:38: error: 'memset' was not declared in this scope
#define MEM(a,x) memset(a,x,sizeof(a))
^
0_0_31235493_1795.cpp:170:5: note: in expansion of macro 'MEM'
MEM(vis,0);
^
0_0_31235493_1795.cpp: In function 'int main()':
0_0_31235493_1795.cpp:248:29: error: 'strlen' was not declared in this scope
len = strlen(str);
^
|