0_0_22067570_15145.cpp:10:25: error: expected primary-expression before ';' token
const int maxn = 100005*;
^
0_0_22067570_15145.cpp:15:12: error: size of array 't1' is not an integral constant-expression
int t1[maxn],t2[maxn],c[maxn];
^
0_0_22067570_15145.cpp:15:21: error: size of array 't2' is not an integral constant-expression
int t1[maxn],t2[maxn],c[maxn];
^
0_0_22067570_15145.cpp:15:29: error: size of array 'c' is not an integral constant-expression
int t1[maxn],t2[maxn],c[maxn];
^
0_0_22067570_15145.cpp:65:14: error: size of array 'Rank' is not an integral constant-expression
int Rank[maxn],height[maxn],sa[maxn];
^
0_0_22067570_15145.cpp:65:27: error: size of array 'height' is not an integral constant-expression
int Rank[maxn],height[maxn],sa[maxn];
^
0_0_22067570_15145.cpp:65:36: error: size of array 'sa' is not an integral constant-expression
int Rank[maxn],height[maxn],sa[maxn];
^
0_0_22067570_15145.cpp:66:14: error: size of array 'str' is not an integral constant-expression
char str[maxn];
^
0_0_22067570_15145.cpp:67:11: error: size of array 'r' is not an integral constant-expression
int r[maxn];
^
0_0_22067570_15145.cpp:70:16: error: size of array 'dp' is not an integral constant-expression
int dp[maxn][30];
^
|