记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:12: error: expected unqualified-id before numeric constant
  const int 1e4+10
            ^~~
foo.cc:13:3: error: 'a' was not declared in this scope
   a[len]=x%10;
   ^
foo.cc:17:10: error: 'a' was not declared in this scope
  int fir=a[len];
          ^
foo.cc:25:24: error: lvalue required as left operand of assignment
   if(k!=len&&i=(len-k+1))
                        ^

信息

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