记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:12:13: error: stray '\357' in program
  if(delter=0)
             ^
/in/foo.c:12:14: error: stray '\274' in program
  if(delter=0)
              ^
/in/foo.c:12:15: error: stray '\211' in program
  if(delter=0)
               ^
/in/foo.c:13:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  {
  ^
/in/foo.c:13:2: error: expected ')' before '{' token
/in/foo.c:30:1: error: expected expression before '}' token
 }
 ^
/in/foo.c:5:29: warning: unused variable 'x2' [-Wunused-variable]
     float a,b,c,delter,x,x1,x2;
                             ^~
/in/foo.c:5:24: warning: variable 'x' set but not used [-Wunused-but-set-variable]
     float a,b,c,delter,x,x1,x2;
                        ^

信息

递交者
类型
自测
语言
C
递交时间
2024-12-23 15:32:18
评测时间
2024-12-23 15:32:18
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes