记录详情

Compile Error

foo.c: In function 'insert':
foo.c:83:5: error: expected declaration or statement at end of input
   83 |     }
      |     ^
foo.c:77:11: warning: variable 'p' set but not used [-Wunused-but-set-variable]
   77 |     node *p=NULL;
      |           ^
foo.c:84: warning: control reaches end of non-void function [-Wreturn-type]
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A7-5 数组的有序插入函数
比赛
2023 程序设计与竞赛(作业8:链表的世界)
语言
C
递交时间
2023-11-25 13:43:50
评测时间
2023-11-25 13:43:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes