记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:17: error: 'a' undeclared (first use in this function)
    6 |     scanf("%f",&a);
      |                 ^
/in/foo.c:6:17: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:8:17: error: 'b' undeclared (first use in this function)
    8 |     scanf("%f",&b);
      |                 ^
/in/foo.c:10:17: error: 'c' undeclared (first use in this function)
   10 |     scanf("%f",&c);
      |                 ^
/in/foo.c:4:17: warning: unused variable 'z' [-Wunused-variable]
    4 |         int x,y,z;
      |                 ^
/in/foo.c:4:15: warning: unused variable 'y' [-Wunused-variable]
    4 |         int x,y,z;
      |               ^
/in/foo.c:4:13: warning: unused variable 'x' [-Wunused-variable]
    4 |         int x,y,z;
      |             ^

信息

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