/ Vijos /

记录详情

Time Exceeded

foo.cc: In function ‘bool SPFA(int, int)’:
foo.cc:91:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<edgenode>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   91 |         for (int z = 0; z < edge[x].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.262 MiB
#2 Accepted 19ms 6.242 MiB
#3 Time Exceeded ≥1001ms ≥6.992 MiB
#4 Time Exceeded ≥1001ms ≥7.492 MiB
#5 Time Exceeded ≥1001ms ≥9.801 MiB
#6 Time Exceeded ≥1001ms ≥6.742 MiB
#7 Time Exceeded ≥1001ms ≥6.488 MiB
#8 Time Exceeded ≥1002ms ≥16.957 MiB
#9 Time Exceeded ≥1003ms ≥41.758 MiB
#10 Time Exceeded ≥1003ms ≥41.914 MiB

信息

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