记录详情

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:31:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 0ms 200.0 KiB
#2 Accepted 0ms 208.0 KiB
#3 Accepted 0ms 200.0 KiB
#4 Accepted 0ms 204.0 KiB
#5 Accepted 0ms 200.0 KiB

信息

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