记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Wrong Answer Standard answer longer than user output. 4ms 332.0 KiB
#3 Wrong Answer Standard answer longer than user output. 3ms 412.0 KiB
#4 Accepted 4ms 412.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C++
递交时间
2023-11-25 16:40:01
评测时间
2023-11-25 16:40:01
评测机
分数
60
总耗时
21ms
峰值内存
412.0 KiB