/ WHOJ /

记录详情

Accepted

foo.cc: In function 'void tarjan(int, int)':
foo.cc:20:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   20 |     for(int i=0;i<v[u].size();++i)
      |                 ~^~~~~~~~~~~~
foo.cc:27:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   27 |     for(int i=0;i<b[u].size();++i)
      |                 ~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:50:13: warning: unused variable 'pre' [-Wunused-variable]
   50 |     int x=1,pre;
      |             ^~~
foo.cc:44:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   44 |         scanf("%d %d",&x,&y);
      |         ~~~~~^~~~~~~~~~~~~~~
foo.cc:62:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   62 |         scanf("%d %d",&xx[i],&yy[i]);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 6 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 295ms 137.992 MiB
#2 Accepted 353ms 137.992 MiB
#3 Accepted 172ms 137.992 MiB
#4 Accepted 160ms 137.992 MiB
#5 Accepted 168ms 137.992 MiB
#6 Accepted 168ms 137.992 MiB

信息

递交者
类型
递交
题目
P1369 【模板】最近公共祖先(LCA)
题目数据
下载
语言
C++
递交时间
2022-07-22 11:13:42
评测时间
2022-07-22 11:13:42
评测机
分数
100
总耗时
1318ms
峰值内存
137.992 MiB