Compile Error
foo.c:1:19: warning: extra tokens at end of #include directive 1 | #include <stdio.h>#define SIZE 50 | ^ foo.c: In function 'main': foo.c:4:17: error: 'SIZE' undeclared (first use in this function) 4 | int i=0,int_num[SIZE]; //定义数组大小 | ^~~~ foo.c:4:17: note: each undeclared identifier is reported only once for each function it appears in foo.c:4:9: warning: unused variable 'int_num' [-Wunused-variable] 4 | int i=0,int_num[SIZE]; //定义数组大小 | ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A9-3 数组中最大的负数
- 比赛
- 2022春 C语言课程设计 作业2
- 语言
- C
- 递交时间
- 2022-03-22 02:16:30
- 评测时间
- 2022-03-22 02:16:30
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes