Compile Error
foo.c: In function 'insert':
foo.c:31:25: error: 'newNode' undeclared (first use in this function); did you mean 'newN'?
   31 |         current->next = newNode;
      |                         ^~~~~~~
      |                         newN
foo.c:31:25: note: each undeclared identifier is reported only once for each function it appears in
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A7-5 数组的有序插入函数
 - 比赛
 - 2023 程序设计与竞赛(作业8:链表的世界)
 - 语言
 - C
 - 递交时间
 - 2023-11-25 23:08:26
 - 评测时间
 - 2023-11-25 23:08:26
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes