记录详情

Compile Error

/in/foo.c: In function 'Min':
/in/foo.c:58:14: error: 'max' undeclared (first use in this function)
   if (a[i] > max)
              ^~~
/in/foo.c:58:14: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
自测
题目
A9-5 数组中最小值的个数
语言
C
递交时间
2024-11-05 08:29:42
评测时间
2024-11-05 08:29:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes