记录详情

Runtime Error

foo.c: In function 'main':
foo.c:83:51: warning: array subscript f is outside array bounds of 'int[<Uf3f0>]' [-Warray-bounds]
   83 |                         if(group[i].parents == fml[f])
      |                                                ~~~^~~
foo.c:72:13: note: while referencing 'fml.15'
   72 |         int fml[nf];
      |             ^~~
foo.c:75:28: warning: array subscript nf is outside array bounds of 'int[<Uf3f0>]' [-Warray-bounds]
   75 |                         fml[nf++] = group[i].parents;
      |                         ~~~^~~~~~
foo.c:72:13: note: while referencing 'fml.15'
   72 |         int fml[nf];
      |             ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 38. 5ms 284.0 KiB
#2 Runtime Error Segmentation fault 12ms 332.0 KiB
#3 Runtime Error Segmentation fault 43ms 532.0 KiB
#4 Runtime Error Segmentation fault 106ms 508.0 KiB
#5 Runtime Error Segmentation fault 898ms 1.52 MiB

信息

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