记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:5:16: warning: unused variable 'x' [-Wunused-variable]
  int m,n,o,i,j,x;
                ^
/in/foo.c:5:14: warning: unused variable 'j' [-Wunused-variable]
  int m,n,o,i,j,x;
              ^
/in/foo.c: In function 'B':
/in/foo.c:30:12: warning: unused variable 'k' [-Wunused-variable]
  int i,j=0,k=0;
            ^
# 状态 耗时 内存占用
#1 Accepted 1ms 228.0 KiB
#2 Accepted 1ms 236.0 KiB
#3 Accepted 1ms 232.0 KiB
#4 Accepted 0ms 228.0 KiB
#5 Accepted 1ms 220.0 KiB

信息

递交者
类型
递交
题目
A10-1 有序数组的合并
比赛
基于整数数组的编程技能的进阶训练(二)
语言
C
递交时间
2019-02-18 15:21:51
评测时间
2019-02-18 15:21:51
评测机
分数
100
总耗时
5ms
峰值内存
236.0 KiB