/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'bool Dijkstra(int, int)':
/in/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++)
      |                         ~~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'newpair ZKW_DFS(int, int, int)':
/in/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++) {
      |                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:174:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  174 |         while (ans = ZKW_DFS(0, st, inf)) {
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 1.102 MiB
#2 Accepted 3ms 1.121 MiB
#3 Time Exceeded ≥1001ms ≥1.195 MiB
#4 Time Exceeded ≥1002ms ≥1.25 MiB
#5 Time Exceeded ≥1002ms ≥1.742 MiB
#6 Time Exceeded ≥1001ms ≥2.18 MiB
#7 Runtime Error 10ms 5.246 MiB
#8 Runtime Error 4ms 2.305 MiB
#9 Runtime Error 5ms 2.301 MiB
#10 Runtime Error 4ms 2.32 MiB

信息

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