记录详情

Compile Error

foo.c: In function 'Search':
foo.c:12:23: error: 'NU' undeclared (first use in this function); did you mean 'N'?
   12 |     while (current != NU)
      |                       ^~
      |                       N
foo.c:12:23: note: each undeclared identifier is reported only once for each function it appears in
foo.c: In function 'main':
foo.c:28:22: error: 'NU' undeclared (first use in this function); did you mean 'N'?
   28 |     struct N* head = NU;
      |                      ^~
      |                      N
[Hydro](https://hydro.ac)提供评测服务

信息

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