记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:13:22: warning: unused variable 'i1' [-Wunused-variable]
  int m,n,a[100][100],i1=0,j1=0,x=1;
                      ^~
foo.cc:13:27: warning: unused variable 'j1' [-Wunused-variable]
  int m,n,a[100][100],i1=0,j1=0,x=1;
                           ^~
foo.cc:13:32: warning: unused variable 'x' [-Wunused-variable]
  int m,n,a[100][100],i1=0,j1=0,x=1;
                                ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 352.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 3ms 420.0 KiB
#5 Accepted 6ms 488.0 KiB

信息

递交者
类型
递交
题目
6-5 矩阵的行排序
比赛
2020苏青奥赛集训营(2021-5-9作业)
语言
C++
递交时间
2021-05-11 18:02:06
评测时间
2021-05-11 18:02:06
评测机
分数
100
总耗时
16ms
峰值内存
488.0 KiB