0_0_32838487_842.cpp:8:12: error: size of array 's' has non-integral type 'double'
char s[maxn];
^
0_0_32838487_842.cpp:9:17: error: size of array 'y' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
0_0_32838487_842.cpp:9:25: error: size of array 'x' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
0_0_32838487_842.cpp:9:33: error: size of array 'c' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
0_0_32838487_842.cpp:9:42: error: size of array 'sa' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
0_0_32838487_842.cpp:9:51: error: size of array 'rk' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
0_0_32838487_842.cpp:9:64: error: size of array 'height' has non-integral type 'double'
long long y[maxn],x[maxn],c[maxn],sa[maxn],rk[maxn],height[maxn],wt[30];
^
|