记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:2: error: expected ';' before 'delta'
  delta=b*b-4*a*c
  ^~~~~
/in/foo.c:26:21: error: stray '\357' in program
    printf("%d\n",x3);
                     ^
/in/foo.c:26:22: error: stray '\274' in program
    printf("%d\n",x3);
                      ^
/in/foo.c:26:23: error: stray '\233' in program
    printf("%d\n",x3);
                       ^
/in/foo.c:7:15: warning: unused variable 'x3' [-Wunused-variable]
  double x1,x2,x3;
               ^~
/in/foo.c:7:12: warning: unused variable 'x2' [-Wunused-variable]
  double x1,x2,x3;
            ^~
/in/foo.c:7:9: warning: unused variable 'x1' [-Wunused-variable]
  double x1,x2,x3;
         ^~

信息

递交者
类型
自测
语言
C
递交时间
2024-11-05 17:15:51
评测时间
2024-11-05 17:15:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes