/ Vijos /

记录详情

Time Exceeded

foo.cc:9:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
foo.cc: In function 'int main()':
foo.cc:28:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<a.size();j++)
               ~^~~~~~~~~
foo.cc:38:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=t;i<=m;i+=t)cout<<leng[i]<<' ';cout<<endl;
  ^~~
foo.cc:38:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=t;i<=m;i+=t)cout<<leng[i]<<' ';cout<<endl;
                                           ^~~~
foo.cc:39:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=m+n-1;i>=t-1;i-=t)cout<<a[i]<<' ';cout<<endl;
  ^~~
foo.cc:39:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=m+n-1;i>=t-1;i-=t)cout<<a[i]<<' ';cout<<endl;
                                              ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 27ms 1.172 MiB
#4 Accepted 7ms 468.0 KiB
#5 Accepted 86ms 484.0 KiB
#6 Accepted 29ms 464.0 KiB
#7 Accepted 91ms 480.0 KiB
#8 Time Exceeded ≥1072ms ≥904.0 KiB
#9 Time Exceeded ≥1076ms ≥1.094 MiB
#10 Time Exceeded ≥1454ms ≥1.191 MiB
#11 Time Exceeded ≥1454ms ≥1.121 MiB
#12 Time Exceeded ≥1453ms ≥1.133 MiB
#13 Time Exceeded ≥1450ms ≥1.105 MiB
#14 Time Exceeded ≥1454ms ≥1.16 MiB
#15 Time Exceeded ≥1454ms ≥964.0 KiB
#16 Time Exceeded ≥1445ms ≥832.0 KiB
#17 Time Exceeded ≥1447ms ≥1.047 MiB
#18 Time Exceeded ≥1441ms ≥1.02 MiB
#19 Time Exceeded ≥1442ms ≥1.062 MiB
#20 Time Exceeded ≥1865ms ≥976.0 KiB

信息

递交者
类型
递交
题目
P2007 蚯蚓
语言
C++
递交时间
2021-03-24 21:08:23
评测时间
2021-03-24 21:08:23
评测机
分数
35
总耗时
≥18763ms
峰值内存
≥1.191 MiB