/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'bool SPFA(int, int)':
/in/foo.cc:103:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  103 |         for (int z = 0; z < edge[x].size(); z++)
      |                         ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'newpair ZKW_DFS(int, int, int)':
/in/foo.cc:164:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  164 |     for (int& z = head[x]; z < edge[x].size(); z++)
      |                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:193:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  193 |         while (ans = ZKW_DFS(0, st, inf))
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥2000ms ≥476.0 KiB
#2 Time Exceeded ≥2001ms ≥580.0 KiB
#3 Time Exceeded ≥2000ms ≥532.0 KiB
#4 Time Exceeded ≥2000ms ≥732.0 KiB
#5 Time Exceeded ≥2000ms ≥732.0 KiB
#6 Time Exceeded ≥2000ms ≥732.0 KiB
#7 Time Exceeded ≥2001ms ≥1.375 MiB
#8 Time Exceeded ≥2001ms ≥1.926 MiB

信息

递交者
类型
递交
题目
P1621 终极情报网
语言
C++
递交时间
2025-04-18 16:06:56
评测时间
2025-04-18 16:06:56
评测机
分数
0
总耗时
≥16007ms
峰值内存
≥1.926 MiB