/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'newpair ZKW_DFS(int, int, int)':
/in/foo.cc:128:30: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<edgenode>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  128 |     for (int& z = head[x]; z < edge[x].size(); z++) {
      |                            ~~^~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void costflow()':
/in/foo.cc:154:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  154 |         while (ans = ZKW_DFS(0, st, inf)) {
      |                ~~~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:179:19: warning: unused variable 'flow' [-Wunused-variable]
  179 |         int x, y, flow, weight;
      |                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 11ms 828.0 KiB
#2 Accepted 4ms 736.0 KiB
#3 Accepted 15ms 800.0 KiB
#4 Accepted 10ms 808.0 KiB
#5 Accepted 5ms 776.0 KiB
#6 Accepted 7ms 776.0 KiB
#7 Accepted 2ms 784.0 KiB
#8 Accepted 2ms 644.0 KiB
#9 Accepted 2ms 528.0 KiB
#10 Accepted 4ms 812.0 KiB

信息

递交者
类型
递交
题目
P1525 生命之泉
语言
C++
递交时间
2025-04-15 14:41:35
评测时间
2025-04-15 14:41:35
评测机
分数
100
总耗时
67ms
峰值内存
828.0 KiB