记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:12: error: size of array 'a' has non-integral type 'double'
     int a[N];
            ^
/in/foo.cc:24:22: error: lvalue required as left operand of assignment
   if(k!=len&&i=len-k+1)
                      ^

信息

递交者
类型
递交
题目
xk-3:删除数字
语言
C++
递交时间
2019-11-29 17:18:45
评测时间
2019-11-29 17:18:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes