记录详情

Runtime Error

foo.cc: In function 'int fj(int*, int)':
foo.cc:23:6: warning: unused variable 'cnt' [-Wunused-variable]
  int cnt=0;
      ^~~
foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc: In function 'int findmax(int*)':
foo.cc:43:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Runtime Error Segmentation fault 2ms 384.0 KiB
#4 Accepted 3ms 768.0 KiB
#5 Accepted 7ms 1.449 MiB

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2020苏青奥赛集训营(2021-4-11模拟赛)
语言
C++
递交时间
2021-04-11 23:44:58
评测时间
2021-04-11 23:44:58
评测机
分数
80
总耗时
17ms
峰值内存
1.449 MiB