/ Vijos /

记录详情

Time Exceeded

foo.cc:12:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main()
      ^
foo.cc: In function 'int main()':
foo.cc:31:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int j=0;j<a.size();j++)
               ~^~~~~~~~~
foo.cc:41: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:41: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:42: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:42: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 420.0 KiB
#3 Accepted 54ms 1.027 MiB
#4 Accepted 7ms 452.0 KiB
#5 Accepted 104ms 452.0 KiB
#6 Accepted 34ms 448.0 KiB
#7 Accepted 107ms 408.0 KiB
#8 Time Exceeded ≥1382ms ≥800.0 KiB
#9 Time Exceeded ≥1391ms ≥1.0 MiB
#10 Time Exceeded ≥1439ms ≥1.023 MiB
#11 Time Exceeded ≥1442ms ≥1.012 MiB
#12 Time Exceeded ≥1447ms ≥1020.0 KiB
#13 Time Exceeded ≥1447ms ≥1.0 MiB
#14 Time Exceeded ≥1447ms ≥1.016 MiB
#15 Time Exceeded ≥1448ms ≥780.0 KiB
#16 Time Exceeded ≥1455ms ≥1.02 MiB
#17 Time Exceeded ≥1456ms ≥1.242 MiB
#18 Time Exceeded ≥1444ms ≥1.234 MiB
#19 Time Exceeded ≥1442ms ≥1.234 MiB
#20 Time Exceeded ≥1341ms ≥1.27 MiB

信息

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