记录详情

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:15:17: error: 'x' undeclared (first use in this function)
   printf("%.2f",x);
                 ^
/in/foo.c:15:17: note: each undeclared identifier is reported only once for each function it appears in
/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:23
评测时间
2024-12-23 15:33:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes