记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:8:33: warning: unused variable 'y' [-Wunused-variable]
  int a[100][100],m,n,i,j,temp,x,y;
                                 ^
/in/foo.c:8:31: warning: unused variable 'x' [-Wunused-variable]
  int a[100][100],m,n,i,j,temp,x,y;
                               ^
/in/foo.c:8:26: warning: unused variable 'temp' [-Wunused-variable]
  int a[100][100],m,n,i,j,temp,x,y;
                          ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 252.0 KiB
#2 Accepted 1ms 212.0 KiB
#3 Accepted 1ms 248.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 3ms 332.0 KiB

信息

递交者
类型
递交
题目
6-6 矩阵的列排序
比赛
2021(四) 作业第四场:加速赛
语言
C
递交时间
2021-12-09 16:27:46
评测时间
2021-12-09 16:27:46
评测机
分数
100
总耗时
8ms
峰值内存
340.0 KiB