记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:12:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(delter=0)
  ^~
/in/foo.c:25:7: error: expected expression before ';' token
    x1=;
       ^
/in/foo.c:26:7: error: expected expression before ';' token
    x2=;
       ^
/in/foo.c:27:21: warning: format '%f' expects a matching 'double' argument [-Wformat=]
    printf("%.2f\n%.2f",x1)
                     ^
/in/foo.c:28:3: error: expected ';' before '}' token
   }
   ^

信息

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