Accepted
/in/foo.c: In function 'Output': /in/foo.c:51:12: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'int *' [-Wformat=] printf("%X: %d\n", &a[i], a[i]); ^ /in/foo.c: In function 'FindiMinPos': /in/foo.c:31:3: warning: 'b[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] y=b[0]; ~^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- A9-3 数组中最大的负数
- 比赛
- 数组编程进阶及二级考试真题训练2019-5-3
- 语言
- C
- 递交时间
- 2019-05-03 08:52:34
- 评测时间
- 2019-05-03 08:52:34
- 评测机
- 分数
- 100
- 总耗时
- 4ms
- 峰值内存
- 220.0 KiB