Wrong Answer

foo.cc: In function 'void MergeSubs(int*, int)':
foo.cc:47:18: warning: variable 'b' set but not used [-Wunused-but-set-variable]
     int a[10005],b[10005];
                  ^
foo.cc:48:19: warning: unused variable 'target' [-Wunused-variable]
     int count = 1,target[10005],total_target=0;
                   ^~~~~~
foo.cc:48:33: warning: unused variable 'total_target' [-Wunused-variable]
     int count = 1,target[10005],total_target=0;
                                 ^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Wrong Answer Read 4, expect 2. 1ms 384.0 KiB
#5 Wrong Answer Read 6, expect 1. 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1070 A10-2 有序子序列的合并
语言
C++
递交时间
2021-10-30 20:40:20
评测时间
2021-10-30 20:40:20
评测机
分数
60
总耗时
9ms
峰值内存
384.0 KiB