0_0_13291603_4189.cpp: In function 'void calheight(int*, int*, int)':
0_0_13291603_4189.cpp:40:20: error: reference to 'rank' is ambiguous
for(i=1;i<=n;i++) rank[sa[i]]=i;
^
0_0_13291603_4189.cpp:37:11: note: candidates are: int rank [16900]
int sa[L],rank[L],height[L];
^
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_13291603_4189.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_13291603_4189.cpp:41:21: error: reference to 'rank' is ambiguous
for(i=0;i<n;height[rank[i++]]=k)
^
0_0_13291603_4189.cpp:37:11: note: candidates are: int rank [16900]
int sa[L],rank[L],height[L];
^
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_13291603_4189.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_13291603_4189.cpp:42:20: error: reference to 'rank' is ambiguous
for(k?k--:0,j=sa[rank[i]-1];r[i+k]==r[j+k];k++);
^
0_0_13291603_4189.cpp:37:11: note: candidates are: int rank [16900]
int sa[L],rank[L],height[L];
^
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_13291603_4189.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_13291603_4189.cpp: In function 'int main()':
0_0_13291603_4189.cpp:56:10: error: reference to 'hash' is ambiguous
memset(hash,0,sizeof(hash));
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:56:24: error: reference to 'hash' is ambiguous
memset(hash,0,sizeof(hash));
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:63:6: error: reference to 'hash' is ambiguous
hash[i][j]=hash[i][j]*base+s[i][j+w-1]-'A';
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:63:17: error: reference to 'hash' is ambiguous
hash[i][j]=hash[i][j]*base+s[i][j+w-1]-'A';
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:64:18: error: reference to 'hash' is ambiguous
if(map.find(hash[i][j])==map.end()) map.insert(make_pair(hash[i][j],max++));
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:64:63: error: reference to 'hash' is ambiguous
if(map.find(hash[i][j])==map.end()) map.insert(make_pair(hash[i][j],max++));
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
0_0_13291603_4189.cpp:69:18: error: reference to 'hash' is ambiguous
st[l++]=map[hash[i][j]];
^
0_0_13291603_4189.cpp:12:5: note: candidates are: ull hash [130][130]
ull hash[N][N];//hash[i][j]表示s[i][j],s[i][j+1].....s[i][j+w-1]这个字符串的hash值
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:3068:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_13291603_4189.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/functional_hash.h:58:12: note: template<class _Tp> struct std::hash
struct hash;
^
|