0_0_20495790_17646.cpp:11:13: error: size of array 'a' has non-integral type 'double'
int a[MX_CNT], b[MX_CNT], lazy[MX_CNT], ans[MX_CNT];
^
0_0_20495790_17646.cpp:11:24: error: size of array 'b' has non-integral type 'double'
int a[MX_CNT], b[MX_CNT], lazy[MX_CNT], ans[MX_CNT];
^
0_0_20495790_17646.cpp:11:38: error: size of array 'lazy' has non-integral type 'double'
int a[MX_CNT], b[MX_CNT], lazy[MX_CNT], ans[MX_CNT];
^
0_0_20495790_17646.cpp:11:51: error: size of array 'ans' has non-integral type 'double'
int a[MX_CNT], b[MX_CNT], lazy[MX_CNT], ans[MX_CNT];
^
0_0_20495790_17646.cpp:12:23: error: size of array 'seg' has non-integral type 'double'
int seg[MX_DEP][MX_CNT], l_rk[MX_DEP][MX_CNT], r_rk[MX_DEP][MX_CNT];
^
0_0_20495790_17646.cpp:12:45: error: size of array 'l_rk' has non-integral type 'double'
int seg[MX_DEP][MX_CNT], l_rk[MX_DEP][MX_CNT], r_rk[MX_DEP][MX_CNT];
^
0_0_20495790_17646.cpp:12:67: error: size of array 'r_rk' has non-integral type 'double'
int seg[MX_DEP][MX_CNT], l_rk[MX_DEP][MX_CNT], r_rk[MX_DEP][MX_CNT];
^
|