记录详情

Accepted

/in/foo.c: In function 'FindiMinPos':
/in/foo.c:22:24: warning: unused variable 'b' [-Wunused-variable]
  int x=0,y=0,c,i,j,k,m,b[10000];
                        ^
/in/foo.c:22:22: warning: unused variable 'm' [-Wunused-variable]
  int x=0,y=0,c,i,j,k,m,b[10000];
                      ^
/in/foo.c:22:20: warning: unused variable 'k' [-Wunused-variable]
  int x=0,y=0,c,i,j,k,m,b[10000];
                    ^
/in/foo.c:22:14: warning: unused variable 'c' [-Wunused-variable]
  int x=0,y=0,c,i,j,k,m,b[10000];
              ^
/in/foo.c: In function 'Output':
/in/foo.c:47:12: warning: format '%X' expects argument of type 'unsigned int', but argument 2 has type 'int *' [-Wformat=]
   printf("%X:  %d\n", &a[i], a[i]);
            ^
# 状态 耗时 内存占用
#1 Accepted 0ms 200.0 KiB
#2 Accepted 0ms 196.0 KiB
#3 Accepted 0ms 204.0 KiB
#4 Accepted 0ms 200.0 KiB
#5 Accepted 0ms 200.0 KiB

信息

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