记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:27:6: warning: unused variable 'i' [-Wunused-variable]
  int i,n,a[9999];
      ^
/in/foo.c: In function 'fun':
/in/foo.c:9:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.c: In function 'FindMin':
/in/foo.c:24:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.c:23:2: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
  printf("%d",r);
  ^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 232.0 KiB
#2 Accepted 0ms 212.0 KiB
#3 Accepted 0ms 212.0 KiB
#4 Accepted 0ms 212.0 KiB
#5 Accepted 0ms 208.0 KiB

信息

递交者
类型
递交
题目
A7-3 数组的极值下标函数
比赛
C语言课程设计考试
语言
C
递交时间
2022-05-31 11:59:30
评测时间
2022-05-31 11:59:30
评测机
分数
100
总耗时
4ms
峰值内存
232.0 KiB