记录详情

Accepted

foo.cc: In function 'void unique(node*)':
foo.cc:66:29: warning: variable 'pre2' set but not used [-Wunused-but-set-variable]
   66 |         node* pre = NULL, * pre2 = NULL,*i,*j;
      |                             ^~~~
foo.cc: In function 'int main()':
foo.cc:83:21: warning: unused variable 'i' [-Wunused-variable]
   83 |         int n1, n2, i, t;
      |                     ^
foo.cc:83:24: warning: unused variable 't' [-Wunused-variable]
   83 |         int n1, n2, i, t;
      |                        ^
foo.cc:85:31: warning: unused variable 'p' [-Wunused-variable]
   85 |         node* head1 = NULL, * p = NULL, * head2 = NULL;
      |                               ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 5ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Accepted 4ms 412.0 KiB
#4 Accepted 3ms 412.0 KiB
#5 Accepted 4ms 412.0 KiB

信息

递交者
类型
递交
题目
A10-3 数组的去重
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C++
递交时间
2023-11-25 13:08:44
评测时间
2023-11-25 13:08:44
评测机
分数
100
总耗时
21ms
峰值内存
412.0 KiB