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-4-13)
 - 语言
 - C
 - 递交时间
 - 2019-04-13 20:53:14
 - 评测时间
 - 2019-04-13 20:53:14
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4ms
 - 峰值内存
 - 204.0 KiB