记录详情

Runtime Error

/in/foo.c: In function 'inputTab':
/in/foo.c:90:13: warning: unused variable 'childList' [-Wunused-variable]
   ChildList childList = fml[len]->children = childListInit();//分配children数据的空间
             ^~~~~~~~~
/in/foo.c:95:21: warning: 'fml' may be used uninitialized in this function [-Wmaybe-uninitialized]
   writeChildList(fml[parentsIndex]->children, child);
                     ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 328.0 KiB
#2 Runtime Error 1ms 324.0 KiB
#3 Runtime Error 1ms 328.0 KiB
#4 Runtime Error 1ms 328.0 KiB
#5 Runtime Error 1ms 332.0 KiB

信息

递交者
类型
递交
题目
3 有两个孩子的家庭个数
语言
C
递交时间
2024-01-30 01:06:59
评测时间
2024-01-30 01:06:59
评测机
分数
0
总耗时
7ms
峰值内存
332.0 KiB