0_0_13682912_29831.cpp: In function 'void radix(int*, int*, int*, int, int)':
0_0_13682912_29831.cpp:96:40: error: 'memset' was not declared in this scope
memset(ct, 0, (k + 1) * sizeof(int));
^
0_0_13682912_29831.cpp: In function 'void makesa()':
0_0_13682912_29831.cpp:173:39: error: 'memset' was not declared in this scope
memset(buf, 0, 4 * n * sizeof(int));
^
0_0_13682912_29831.cpp: In function 'void getRank()':
0_0_13682912_29831.cpp:190:9: error: reference to 'rank' is ambiguous
rank[sa[i]] = i;
^
0_0_13682912_29831.cpp:6:17: note: candidates are: int rank [1200]
int n, sa[4*N], rank[N], height[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_13682912_29831.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_13682912_29831.cpp: In function 'void lcp()':
0_0_13682912_29831.cpp:202:14: error: reference to 'rank' is ambiguous
for (j = rank[height[i=k=0]=0]; i < n - 1; i++, k++)
^
0_0_13682912_29831.cpp:6:17: note: candidates are: int rank [1200]
int n, sa[4*N], rank[N], height[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_13682912_29831.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_13682912_29831.cpp:204:36: error: reference to 'rank' is ambiguous
height[j] = (k--), j = rank[ sa[j] + 1 ];
^
0_0_13682912_29831.cpp:6:17: note: candidates are: int rank [1200]
int n, sa[4*N], rank[N], height[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_13682912_29831.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note: template<class> struct std::rank
struct rank
^
|