记录详情

Wrong Answer

foo.c: In function 'Union':
foo.c:87:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   87 |                 if(flag==0)
      |                 ^~
foo.c:89:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   89 |                         p=p->next;
      |                         ^
foo.c: In function 'SearchRemove':
foo.c:123:1: warning: control reaches end of non-void function [-Wreturn-type]
  123 | }
      | ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 7, expect 3. 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 2ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Wrong Answer Read 11, expect 5. 1ms 332.0 KiB

信息

递交者
类型
递交
题目
A10-5 集合的并集
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C
递交时间
2023-11-25 21:33:27
评测时间
2023-11-25 21:33:27
评测机
分数
60
总耗时
9ms
峰值内存
332.0 KiB