记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:21:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(cnt>maxcnt)
   ^~
foo.cc:22:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   maxcnt=cnt;maxx=xmin;
              ^~~~
foo.cc:5:6: warning: variable 'maxx' set but not used [-Wunused-but-set-variable]
  int maxx;
      ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Time Exceeded ≥1412ms ≥368.0 KiB
#2 Time Exceeded ≥1408ms ≥384.0 KiB
#3 Time Exceeded ≥1400ms ≥384.0 KiB
#4 Time Exceeded ≥1397ms ≥360.0 KiB
#5 Time Exceeded ≥1934ms ≥344.0 KiB

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2020苏青奥赛集训营(2021-4-11模拟赛)
语言
C++
递交时间
2021-04-11 13:39:58
评测时间
2021-04-11 13:39:58
评测机
分数
0
总耗时
≥7552ms
峰值内存
≥384.0 KiB