记录详情

Compile Error

/in/foo.cc:5:15: error: size of array 'f' has non-integral type 'double'
 int f[maxn][22];
               ^
/in/foo.cc:6:12: error: size of array 'sn' has non-integral type 'double'
 int sn[maxn];
            ^
/in/foo.cc:7:17: error: size of array 'as' has non-integral type 'double'
 int b,as[maxn][2];
                 ^

信息

递交者
类型
递交
题目
数列区间最大值
题目数据
下载
语言
C++
递交时间
2018-09-16 16:01:39
评测时间
2018-09-16 16:01:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes