Accepted
foo.cc: In function 'void unique(node*)':
foo.cc:71:29: warning: variable 'pre2' set but not used [-Wunused-but-set-variable]
   71 |         node* pre = NULL, * pre2 = NULL, * i, * j;
      |                             ^~~~
foo.cc: In function 'int main()':
foo.cc:146:25: warning: unused variable 'i' [-Wunused-variable]
  146 |         int n1, n2, n3, i, t;
      |                         ^
foo.cc:146:28: warning: unused variable 't' [-Wunused-variable]
  146 |         int n1, n2, n3, i, t;
      |                            ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A10-1 有序数组的合并
 - 比赛
 - 2023 程序设计与竞赛(作业8:链表的世界)
 - 语言
 - C++
 - 递交时间
 - 2023-11-25 15:12:18
 - 评测时间
 - 2023-11-25 15:12:18
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 17ms
 - 峰值内存
 - 412.0 KiB