/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int get(int, int)':
/in/foo.cc:38:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   38 |     for (int i = 0; i < graph_r[node].size(); i++) {
      |                     ~~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int work()':
/in/foo.cc:85:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<Edge>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   85 |         for (int i = 0; i < graph[elem].size(); i++) {
      |                         ~~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 5.102 MiB
#2 Accepted 8ms 5.211 MiB
#3 Accepted 13ms 5.453 MiB
#4 Accepted 13ms 5.422 MiB
#5 Accepted 13ms 5.461 MiB
#6 Accepted 13ms 5.488 MiB
#7 Accepted 403ms 16.398 MiB
#8 Accepted 1372ms 34.391 MiB
#9 Accepted 1377ms 34.07 MiB
#10 Accepted 1314ms 39.871 MiB

信息

递交者
类型
递交
题目
P2030 逛公园
语言
C++
递交时间
2025-06-07 00:57:09
评测时间
2025-06-07 00:57:09
评测机
分数
100
总耗时
4536ms
峰值内存
39.871 MiB