Wrong Answer
foo.cc: In function 'int main()':
foo.cc:80:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   80 |     for (int z = 0; z < n3; z++)
      |     ^~~
foo.cc:82:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   82 |         Node* head1 = Create(a1, n1);
      |         ^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A10-5 集合的并集
 - 比赛
 - 2023 程序设计与竞赛(作业8:链表的世界)
 - 语言
 - C++
 - 递交时间
 - 2023-11-25 19:40:36
 - 评测时间
 - 2023-11-25 19:40:36
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 22ms
 - 峰值内存
 - 516.0 KiB