Accepted
/in/foo.c: In function 'A': /in/foo.c:18:10: warning: unused variable 'j' [-Wunused-variable] int i,m,j,a2max,max=a[0],imax=0; ^ /in/foo.c:26:5: warning: 'a2max' may be used uninitialized in this function [-Wmaybe-uninitialized] if(a[i]>a2max && (a[i]<=max && i!=imax)) ^ /in/foo.c:28:9: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] return m; ^
信息
- 递交者
- 类型
- 递交
- 比赛
- 基于整数数组的编程技能的进阶训练(一)
- 语言
- C
- 递交时间
- 2019-02-18 12:58:00
- 评测时间
- 2019-02-18 12:58:00
- 评测机
- 分数
- 100
- 总耗时
- 4ms
- 峰值内存
- 232.0 KiB