Compile Error
foo.c: In function 'main': foo.c:29:1: error: expected declaration or statement at end of input 29 | } | ^ foo.c:11:18: warning: unused variable 'index_min' [-Wunused-variable] 11 | int min = num[0],index_min = 0; | ^~~~~~~~~ foo.c:11:5: warning: unused variable 'min' [-Wunused-variable] 11 | int min = num[0],index_min = 0; | ^~~ foo.c:9:18: warning: variable 'index_max' set but not used [-Wunused-but-set-variable] 9 | int max = num[0],index_max = 0; | ^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 比赛
- 中北 计算机2021级专业修读指导(4)
- 语言
- C
- 递交时间
- 2021-12-22 22:55:19
- 评测时间
- 2021-12-22 22:55:19
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes