记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:8:10: warning: unused variable 'm' [-Wunused-variable]
    int n,m,cnt=0;
          ^
foo.cc:8:12: warning: unused variable 'cnt' [-Wunused-variable]
    int n,m,cnt=0;
            ^~~
foo.cc: In function 'int mpsort(int*, int)':
foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 424.0 KiB
#2 Accepted 2ms 416.0 KiB
#3 Accepted 3ms 436.0 KiB
#4 Accepted 6ms 460.0 KiB
#5 Accepted 30ms 448.0 KiB

信息

递交者
类型
递交
题目
4-1 旅游住处
比赛
2020苏青奥赛集训营(2021-3-14课后作业)
语言
C++
递交时间
2021-03-16 10:46:26
评测时间
2021-03-16 10:46:26
评测机
分数
100
总耗时
44ms
峰值内存
460.0 KiB