/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void DFS(int, int)':
/in/foo.cc:60:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   60 |         for (int i = 0; i < edge[x].son.size(); i++)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void FindDFS(int)':
/in/foo.cc:76:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   76 |         for (int i = 0; i < edge[x].son.size(); i++)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 6.656 MiB
#2 Accepted 6ms 6.496 MiB
#3 Accepted 7ms 6.672 MiB
#4 Accepted 7ms 6.734 MiB
#5 Accepted 8ms 6.816 MiB
#6 Accepted 8ms 6.895 MiB
#7 Accepted 13ms 7.457 MiB
#8 Accepted 35ms 9.078 MiB
#9 Accepted 126ms 14.711 MiB
#10 Accepted 121ms 14.707 MiB

信息

递交者
类型
递交
题目
P1487 景点中心
语言
C++
递交时间
2025-02-14 23:27:13
评测时间
2025-02-14 23:27:13
评测机
分数
100
总耗时
342ms
峰值内存
14.711 MiB