Wrong Answer
foo.cc: In function 'Node* SetUnion(Node*, Node*)': foo.cc:50:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 50 | for (Node* p = head; p != NULL; p = p->next) | ^~~ foo.cc:53:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 53 | return head1; | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A10-1 有序数组的合并
- 比赛
- 2023 程序设计与竞赛(作业8:链表的世界)
- 语言
- C++
- 递交时间
- 2023-11-25 16:40:01
- 评测时间
- 2023-11-25 16:40:01
- 评测机
- 分数
- 60
- 总耗时
- 21ms
- 峰值内存
- 412.0 KiB