记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:5:33: warning: unused variable 'k2' [-Wunused-variable]
  int a[10000],b[10000],n1,n2,k1,k2,i;
                                 ^~
/in/foo.c:5:30: warning: unused variable 'k1' [-Wunused-variable]
  int a[10000],b[10000],n1,n2,k1,k2,i;
                              ^~
/in/foo.c: In function 'FindMaxs':
/in/foo.c:20:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k=0;
          ^
/in/foo.c:20:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j,k=0;
        ^
/in/foo.c:32:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 0ms 196.0 KiB
#4 Accepted 0ms 212.0 KiB
#5 Accepted 0ms 196.0 KiB

信息

递交者
类型
递交
题目
A9-7 数组中所有极大值
比赛
基于整数数组的编程技能的进阶训练及二级真题训练(2019-4-13)
语言
C
递交时间
2019-04-13 18:08:04
评测时间
2019-04-13 18:08:04
评测机
分数
100
总耗时
4ms
峰值内存
212.0 KiB