记录详情

Accepted

foo.cc: In function 'int findasccount(node*)':
foo.cc:34:13: warning: statement has no effect [-Wunused-value]
   34 |         for(sp;sp->next!=NULL;presp=sp,sp=sp->next)
      |             ^~
foo.cc: In function 'int main()':
foo.cc:50:13: warning: statement has no effect [-Wunused-value]
   50 |         for(p1;p1<a1+n1;p1++)
      |             ^~
foo.cc:52:13: warning: statement has no effect [-Wunused-value]
   52 |         for(p2;p2<a2+n2;p2++)
      |             ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 4ms 332.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P3006 A9-6 数组中增序子序列的个数
语言
C++
递交时间
2023-11-25 13:35:54
评测时间
2023-11-25 13:35:54
评测机
分数
100
总耗时
21ms
峰值内存
412.0 KiB