/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<edge[now].size();i++)
                ~^~~~~~~~~~~~~~~~~
/in/foo.cc:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=n;i++)
  ^~~
/in/foo.cc:45:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   printf("%d ",id[i]);printf("\n");
                       ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 6.312 MiB
#2 Time Exceeded ≥1005ms ≥255.211 MiB
#3 Wrong Answer 8ms 5.82 MiB
#4 Time Exceeded ≥1003ms ≥254.461 MiB
#5 Wrong Answer 10ms 7.125 MiB
#6 Time Exceeded ≥1005ms ≥254.461 MiB
#7 Wrong Answer 8ms 5.75 MiB
#8 Wrong Answer 10ms 5.875 MiB
#9 Wrong Answer 6ms 6.625 MiB
#10 Wrong Answer 6ms 6.234 MiB

信息

递交者
类型
递交
题目
P1790 拓扑编号
语言
C++
递交时间
2017-07-21 11:07:00
评测时间
2017-07-21 11:07:00
评测机
分数
0
总耗时
≥3074ms
峰值内存
≥255.211 MiB