/ WHOJ /

记录详情

Time Exceeded

foo.cc: In function 'void Tarjan(int, int)':
foo.cc:32:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   32 |     for(int i=0; i<a[u].size(); i++)
      |                  ~^~~~~~~~~~~~
foo.cc:41:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Node>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   41 |     for(int i=0; i<b[u].size(); i++)
      |                  ~^~~~~~~~~~~~
正在同步测试数据,请稍后
Found 6 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 24ms 23.242 MiB
#2 Time Exceeded ≥1103ms ≥61.094 MiB
#3 Accepted 21ms 23.242 MiB
#4 Accepted 21ms 23.375 MiB
#5 Accepted 20ms 23.375 MiB
#6 Time Exceeded ≥1102ms ≥69.117 MiB

信息

递交者
类型
递交
题目
P1008 【模板】最近公共祖先(LCA)
题目数据
下载
语言
C++
递交时间
2022-01-28 19:26:47
评测时间
2022-01-28 19:26:47
评测机
分数
67
总耗时
≥2293ms
峰值内存
≥69.117 MiB