Accepted
/in/foo.c:2:1: warning: data definition has no type or storage class FindMacNeg(int a[10000],int n); ^~~~~~~~~~ /in/foo.c:2:1: warning: type defaults to 'int' in declaration of 'FindMacNeg' [-Wimplicit-int] /in/foo.c:18:1: warning: return type defaults to 'int' [-Wimplicit-int] FindMacNeg(int a[10000],int n) ^~~~~~~~~~
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A9-3 数组中最大的负数
 - 比赛
 - 基于数组的编程训练(二)2019-5-26
 - 语言
 - C
 - 递交时间
 - 2019-05-26 19:50:35
 - 评测时间
 - 2019-05-26 19:50:35
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4ms
 - 峰值内存
 - 220.0 KiB