/ Vijos /

记录详情

Time Exceeded

foo.cc: In function ‘bool Dijkstra(int, int)’:
foo.cc:123:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<edgenode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  123 |         for (int z = 0; z < edge[x.dot].size(); z++)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
foo.cc: In function ‘newpair ZKW_DFS(int, int, int)’:
foo.cc:146:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<edgenode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
  146 |     for (int& z = head[x]; z < edge[x].size(); z++) {
      |                            ~~^~~~~~~~~~~~~~~~
foo.cc: In function ‘void costflow()’:
foo.cc:174:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  174 |         while (ans = ZKW_DFS(0, st, inf)) {
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 6.238 MiB
#2 Accepted 18ms 6.371 MiB
#3 Time Exceeded ≥1001ms ≥6.988 MiB
#4 Time Exceeded ≥1001ms ≥7.492 MiB
#5 Time Exceeded ≥1001ms ≥10.051 MiB
#6 Time Exceeded ≥1001ms ≥6.742 MiB
#7 Time Exceeded ≥1001ms ≥6.242 MiB
#8 Time Exceeded ≥1003ms ≥44.91 MiB
#9 Time Exceeded ≥1003ms ≥44.914 MiB
#10 Time Exceeded ≥1068ms ≥17.617 MiB

信息

递交者
类型
递交
题目
P1487 景点中心
语言
C++
递交时间
2025-03-31 22:21:39
评测时间
2025-03-31 22:21:39
评测机
分数
20
总耗时
≥8113ms
峰值内存
≥44.914 MiB