记录详情

Wrong Answer

foo.cc: In function 'int FindAscCount(int*, int)':
foo.cc:129:13: warning: unused variable 'len' [-Wunused-variable]
  129 |         int len = 0;
      |             ^~~
foo.cc: In function 'int main()':
foo.cc:204:13: warning: unused variable 'xx' [-Wunused-variable]
  204 |         int xx = n1, yy = n2, zz = n3;
      |             ^~
foo.cc:204:22: warning: unused variable 'yy' [-Wunused-variable]
  204 |         int xx = n1, yy = n2, zz = n3;
      |                      ^~
foo.cc:204:31: warning: unused variable 'zz' [-Wunused-variable]
  204 |         int xx = n1, yy = n2, zz = n3;
      |                               ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Wrong Answer Read 1, expect 2. 4ms 412.0 KiB
#3 Wrong Answer Read 1, expect 2. 4ms 412.0 KiB
#4 Wrong Answer Read 1, expect 2. 3ms 412.0 KiB
#5 Wrong Answer Standard answer longer than user output. 4ms 412.0 KiB

信息

递交者
类型
递交
题目
P3009 A10-2 有序子序列的合并
语言
C++
递交时间
2023-11-28 15:44:13
评测时间
2023-11-28 15:44:13
评测机
分数
20
总耗时
21ms
峰值内存
412.0 KiB