/ Vijos /

记录详情

Accepted

/in/foo.cc: In member function 'bool MinFlowCost::spfa(int, int, int&)':
/in/foo.cc:74: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 MinFlowCost::Calc(int, int)':
/in/foo.cc:117:8: warning: unused variable 'flow' [-Wunused-variable]
   int  flow = 0;
        ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 500.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 13ms 892.0 KiB
#4 Accepted 13ms 768.0 KiB
#5 Accepted 13ms 872.0 KiB

信息

递交者
类型
递交
题目
P1552 餐巾纸引发的血案
语言
C++
递交时间
2017-07-12 19:43:35
评测时间
2017-07-12 19:43:35
评测机
分数
100
总耗时
46ms
峰值内存
892.0 KiB