/ Vijos /

记录详情

Accepted

foo.cc: In function ‘void dts::tr_dfs1(int, int)’:
foo.cc:28:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   28 |         for (int i=0;i<tr[now].s.size();i++)
      |                      ~^~~~~~~~~~~~~~~~~
foo.cc: In function ‘void dts::tr_dfs2(int, int)’:
foo.cc:48:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   48 |             for (int i=0;i<tr[now].s.size();i++)
      |                          ~^~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 14ms 26.492 MiB
#2 Accepted 14ms 26.492 MiB
#3 Accepted 14ms 26.445 MiB
#4 Accepted 71ms 30.742 MiB
#5 Accepted 72ms 30.742 MiB
#6 Accepted 69ms 30.918 MiB
#7 Accepted 70ms 30.922 MiB
#8 Accepted 144ms 35.203 MiB
#9 Accepted 143ms 35.137 MiB
#10 Accepted 154ms 35.273 MiB

信息

递交者
类型
递交
题目
P1620 小白逛公园加强版
语言
C++
递交时间
2025-07-29 14:41:23
评测时间
2025-08-06 06:26:52
评测机
分数
100
总耗时
770ms
峰值内存
35.273 MiB