记录详情

Wrong Answer

foo.c: In function 'F':
foo.c:56:20: warning: unused variable 'j' [-Wunused-variable]
   56 |             int i, j, index;
      |                    ^
foo.c:65:13: warning: 'index' may be used uninitialized [-Wmaybe-uninitialized]
   65 |             Q(c, index);
      |             ^~~~~~~~~~~
foo.c:56:23: note: 'index' was declared here
   56 |             int i, j, index;
      |                       ^~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Wrong Answer Read 1, expect 2. 2ms 284.0 KiB
#3 Wrong Answer Read 1, expect 2. 1ms 284.0 KiB
#4 Wrong Answer Read 1, expect 2. 2ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P3009 A10-2 有序子序列的合并
语言
C
递交时间
2023-10-21 14:17:59
评测时间
2023-10-21 14:17:59
评测机
分数
40
总耗时
9ms
峰值内存
284.0 KiB