记录详情

Compile Error

foo.c: In function 'main':
foo.c:8:13: warning: variable 'a' set but not used [-Wunused-but-set-variable]
    8 |         int a[x+1];
      |             ^
foo.c: In function 'en':
foo.c:18:18: error: 'a' undeclared (first use in this function)
   18 | for(h=0;h<sizeof a[]/sizeof a[0];h++){
      |                  ^
foo.c:18:18: note: each undeclared identifier is reported only once for each function it appears in
foo.c:18:20: error: expected expression before ']' token
   18 | for(h=0;h<sizeof a[]/sizeof a[0];h++){
      |                    ^
foo.c:19:25: error: expected ')' before ';' token
   19 |         printf("%d",a[h];)
      |               ~         ^
      |                         )
foo.c:19:27: error: expected ';' before '}' token
   19 |         printf("%d",a[h];)
      |                           ^
      |                           ;
   20 | }
      | ~                          
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A7-1 数组的输出函数
比赛
2022年迎新赛(第三场)
语言
C
递交时间
2022-09-16 20:42:39
评测时间
2022-09-16 20:42:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes