记录详情

Compile Error

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

信息

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