Accepted
/in/foo.cc: In function 'int findasccount(node*)':
/in/foo.cc:34:8: warning: statement has no effect [-Wunused-value]
  for(sp;sp->next!=NULL;presp=sp,sp=sp->next)
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:50:8: warning: statement has no effect [-Wunused-value]
  for(p1;p1<a1+n1;p1++)
        ^
/in/foo.cc:52:8: warning: statement has no effect [-Wunused-value]
  for(p2;p2<a2+n2;p2++)
        ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A9-6 数组中增序子序列的个数
 - 比赛
 - 2023 程序设计与竞赛(作业8:链表的世界)
 - 语言
 - C++
 - 递交时间
 - 2023-11-25 12:57:43
 - 评测时间
 - 2023-11-25 12:57:43
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 9ms
 - 峰值内存
 - 376.0 KiB