记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:21:14: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
              if(orz[i]=='O'&&orz[j]=='R'&&orz[k]=='Z')
              ^~
foo.cc:22:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                  ans++; cout<<ans;
                         ^~~~
foo.cc:16:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",orz);
  ~~~~~^~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Time Exceeded ≥1413ms ≥472.0 KiB
#3 Time Exceeded ≥1411ms ≥528.0 KiB
#4 Time Exceeded ≥1441ms ≥456.0 KiB
#5 Time Exceeded ≥1462ms ≥456.0 KiB

信息

递交者
类型
递交
题目
P1091 xf2-4说能过那都是假的
比赛
2020苏青奥赛集训营(2021-3-21课后作业)
语言
C++
递交时间
2021-03-21 13:00:56
评测时间
2021-03-21 13:00:56
评测机
分数
20
总耗时
≥5731ms
峰值内存
≥528.0 KiB