记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:26:27: warning: statement with no effect [-Wunused-value]
   26 |                 else(delta<0)
      |                     ~~~~~~^~~
/in/foo.c:26:30: error: expected ';' before '{' token
   26 |                 else(delta<0)
      |                              ^
      |                              ;
   27 |                 {
      |                 ~             
/in/foo.c:33:9: error: expected declaration or statement at end of input
   33 |         }
      |         ^
/in/foo.c:5:35: warning: unused variable 'i' [-Wunused-variable]
    5 |         float a,b,c,delta,x,x1,x2,i;
      |                                   ^

信息

递交者
类型
自测
语言
C
递交时间
2025-11-06 19:53:55
评测时间
2025-11-06 19:53:55
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes