Compile Error
foo.cc: In function 'void Delete(Node*)':
foo.cc:29:18: error: 'temp' was not declared in this scope; did you mean 'tm'?
   29 |     target->next=temp;
      |                  ^~~~
      |                  tm
foo.cc: In function 'int main()':
foo.cc:99:11: warning: statement has no effect [-Wunused-value]
   99 |     for ( p1;p1<a1+n1;p1++)  {cin>>*p1;}
      |           ^~
foo.cc:101:11: warning: statement has no effect [-Wunused-value]
  101 |     for ( p2;p2<a2+n2;p2++)  {cin>>*p2;}
      |           ^~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P3010 A10-3 数组的去重
 - 语言
 - C++
 - 递交时间
 - 2023-11-25 21:13:30
 - 评测时间
 - 2023-11-25 21:13:30
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes