记录详情

Accepted

foo.c: In function 'insert':
foo.c:31:26: warning: 'x' may be used uninitialized [-Wmaybe-uninitialized]
   31 |                 a[i + 1] = x;
      |                 ~~~~~~~~~^~~
foo.c:5:13: note: 'x' was declared here
    5 |         int x;
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
A7-5 数组的有序插入函数
语言
C
递交时间
2023-09-28 18:26:07
评测时间
2023-09-28 18:26:07
评测机
分数
100
总耗时
8ms
峰值内存
284.0 KiB