Compile Error
foo.c: In function 'main':
foo.c:9:13: error: 'i' undeclared (first use in this function)
    9 |         for(i=0;i<10;i++)
      |             ^
foo.c:9:13: note: each undeclared identifier is reported only once for each function it appears in
foo.c:28:23: error: expected ';' before 'return'
   28 |         printf("%d",z)
      |                       ^
      |                       ;
   29 |         return 0;
      |         ~~~~~~         
foo.c:34:1: error: expected declaration or statement at end of input
   34 | }
      | ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2023-09-20 17:22:10
- 评测时间
- 2023-09-20 17:22:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes