记录详情

Compile Error

/in/foo.c:1:1: error: unknown type name 'def'
 def FindMaxNeg(arr):
 ^~~
/in/foo.c: In function 'FindMaxNeg':
/in/foo.c:1:20: error: expected declaration specifiers before ':' token
 def FindMaxNeg(arr):
                    ^
/in/foo.c:1:5: warning: type of 'arr' defaults to 'int' [-Wimplicit-int]
 def FindMaxNeg(arr):
     ^~~~~~~~~~
/in/foo.c:22:5: warning: control reaches end of non-void function [-Wreturn-type]
     main()
     ^~~~

信息

递交者
类型
自测
题目
A9-3 数组中最大的负数
语言
C
递交时间
2024-10-29 08:07:12
评测时间
2024-10-29 08:07:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes