记录详情

Compile Error

/in/foo.c: In function 'secondMaxNumber':
/in/foo.c:3:15: error: 'NULL' undeclared (first use in this function)
     if(arr == NULL)
               ^~~~
/in/foo.c:3:15: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
递交
题目
A9-4 数组中第二大的数
比赛
中北数据结构课程赛事二:顺序表类的操作
语言
C
递交时间
2019-03-10 20:51:13
评测时间
2019-03-10 20:51:13
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes