记录详情

Compile Error

/in/foo.c: In function 'FindMaxNeg':
/in/foo.c:6:2: error: 'maxNeg' undeclared (first use in this function)
  maxNeg=a[i];
  ^~~~~~
/in/foo.c:6:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:15:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
A9-3 数组中最大的负数
语言
C
递交时间
2024-11-11 23:53:39
评测时间
2024-11-11 23:53:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes