记录详情

Accepted

foo.cc: In function 'void BubbleSort(int*, int)':
foo.cc:11:6: warning: unused variable 'left' [-Wunused-variable]
  int left,right;
      ^~~~
foo.cc:11:11: warning: unused variable 'right' [-Wunused-variable]
  int left,right;
           ^~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
比赛
2020苏青奥赛集训营(2021-3-21课后作业)
语言
C++
递交时间
2021-03-21 13:23:00
评测时间
2021-03-21 13:23:00
评测机
分数
100
总耗时
9ms
峰值内存
384.0 KiB