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