记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:13: error: redeclaration of 'a' with no linkage
    5 |         int a=[32];
      |             ^
foo.c:4:13: note: previous declaration of 'a' with type 'int'
    4 |     int x,y,a,b=0,q=2;
      |             ^
foo.c:5:15: error: expected expression before '[' token
    5 |         int a=[32];
      |               ^
foo.c:9:22: error: 'n' undeclared (first use in this function)
    9 |                 a=(x%n);
      |                      ^
foo.c:9:22: note: each undeclared identifier is reported only once for each function it appears in
foo.c:10:18: error: subscripted value is neither array nor pointer nor vector
   10 |                 a[b]=c;
      |                  ^
foo.c:10:22: error: 'c' undeclared (first use in this function)
   10 |                 a[b]=c;
      |                      ^
foo.c:14:23: error: 'i' undeclared (first use in this function)
   14 |         for (b--;b>=0;i--)
      |                       ^
foo.c:5:13: warning: variable 'a' set but not used [-Wunused-but-set-variable]
    5 |         int a=[32];
      |             ^
foo.c:4:11: warning: unused variable 'y' [-Wunused-variable]
    4 |     int x,y,a,b=0,q=2;
      |           ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1080 xf1-3进制转换1
语言
C
递交时间
2022-08-27 16:02:45
评测时间
2022-08-27 16:02:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes