记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:83:51: warning: array subscript f is outside array bounds of 'int[<U 3f0>]' [-Warray-bounds]
   83 |                         if(group[i].parents == fml[f])
      |                                                ~~~^~~
foo.c:72:13: note: while referencing 'fml.14'
   72 |         int fml[nf];
      |             ^~~
foo.c:75:28: warning: array subscript nf is outside array bounds of 'int[<U 3f0>]' [-Warray-bounds]
   75 |                         fml[nf++] = group[i].parents;
      |                         ~~~^~~~~~
foo.c:72:13: note: while referencing 'fml.14'
   72 |         int fml[nf];
      |             ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 38. 2ms 284.0 KiB
#2 Wrong Answer Read 0, expect 178. 2ms 332.0 KiB
#3 Wrong Answer Read 0, expect 778. 1ms 204.0 KiB
#4 Wrong Answer Read 0, expect 1847. 2ms 284.0 KiB
#5 Wrong Answer Read 0, expect 793. 2ms 284.0 KiB

信息

递交者
类型
递交
题目
3 有两个孩子的家庭个数
语言
C
递交时间
2023-12-20 15:33:43
评测时间
2023-12-20 15:33:43
评测机
分数
0
总耗时
11ms
峰值内存
332.0 KiB