/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'bool MaxFlowCost::spfa(int, int, int&)':
/in/foo.cc:94:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int j = 0; j < v_flows[from].size(); j++)
                    ~~^~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In member function 'int MaxFlowCost::Calc(int, int)':
/in/foo.cc:130:7: warning: unused variable 'flow' [-Wunused-variable]
   int flow = 0;
       ^~~~
# 状态 耗时 内存占用
#1 Accepted 36ms 9.066 MiB
#2 Accepted 63ms 9.125 MiB
#3 Accepted 16ms 9.125 MiB
#4 Accepted 5ms 9.199 MiB
#5 Accepted 93ms 9.125 MiB
#6 Accepted 44ms 9.227 MiB
#7 Accepted 9ms 9.062 MiB
#8 Accepted 59ms 9.125 MiB
#9 Accepted 28ms 9.129 MiB
#10 Accepted 5ms 9.25 MiB

信息

递交者
类型
递交
题目
P1499 炸毁燃料库
语言
C++
递交时间
2017-07-11 15:12:39
评测时间
2017-07-11 15:12:39
评测机
分数
100
总耗时
363ms
峰值内存
9.25 MiB