记录详情

Compile Error

/in/foo.cc:13:6: error: stray '\357' in program
   b++;
      ^
/in/foo.cc:13:7: error: stray '\274' in program
   b++;
       ^
/in/foo.cc:13:8: error: stray '\233' in program
   b++;
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:14: error: lvalue required as left operand of assignment
   if(a[i]%10=2)
              ^
/in/foo.cc:14:2: error: expected ';' before '}' token
  }
  ^
/in/foo.cc:15:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
 if(a[i]=20)
    ~~~~^~~

信息

递交者
类型
递交
题目
新年联欢
比赛
终结考试
语言
C++
递交时间
2018-11-08 10:57:21
评测时间
2018-11-08 10:57:25
评测机
分数
0
总耗时
243ms
峰值内存
29.48 MiB