/ Vijos /

记录详情

Accepted

foo.cc: In function ‘void dts::tr_dfs1(ll, ll)’:
foo.cc:29:22: warning: comparison of integer expressions of different signedness: ‘dts::ll’ {aka ‘long long int’} and ‘std::vector<long long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   29 |         for (ll i=0;i<tr[now].s.size();i++)
      |                     ~^~~~~~~~~~~~~~~~~
foo.cc: In function ‘void dts::tr_dfs2(ll)’:
foo.cc:41:22: warning: comparison of integer expressions of different signedness: ‘dts::ll’ {aka ‘long long int’} and ‘std::vector<long long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   41 |         for (ll i=0;i<tr[now].s.size();i++)
      |                     ~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 9.566 MiB
#2 Accepted 15ms 9.75 MiB
#3 Accepted 12ms 9.523 MiB
#4 Accepted 13ms 9.523 MiB
#5 Accepted 13ms 9.746 MiB
#6 Accepted 15ms 9.965 MiB
#7 Accepted 22ms 10.207 MiB
#8 Accepted 42ms 12.023 MiB
#9 Accepted 107ms 18.316 MiB
#10 Accepted 108ms 18.273 MiB

信息

递交者
类型
递交
题目
P1487 景点中心
语言
C++
递交时间
2025-09-10 10:34:40
评测时间
2025-09-10 10:34:40
评测机
分数
100
总耗时
364ms
峰值内存
18.316 MiB