Accepted
foo.c: In function 'main':
foo.c:40:15: warning: 'head1' is used uninitialized [-Wuninitialized]
   40 |         head1=Create(head1,n1);
      |               ^~~~~~~~~~~~~~~~
foo.c:36:14: note: 'head1' was declared here
   36 |         Node*head1;
      |              ^~~~~
foo.c:41:15: warning: 'head2' is used uninitialized [-Wuninitialized]
   41 |         head2=Create(head2,n2);
      |               ^~~~~~~~~~~~~~~~
foo.c:37:14: note: 'head2' was declared here
   37 |         Node*head2;
      |              ^~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A9-6 数组中增序子序列的个数
 - 比赛
 - 2023 程序设计与竞赛(作业8:链表的世界)
 - 语言
 - C
 - 递交时间
 - 2023-11-25 16:45:21
 - 评测时间
 - 2023-11-25 16:45:21
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 10ms
 - 峰值内存
 - 284.0 KiB