/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'bool Dinic::Bfs()':
/in/foo.cc:59:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i=0; i<G[Now].size(); i++) {
                 ~^~~~~~~~~~~~~~
/in/foo.cc: In member function 'int Dinic::Dfs(int, int)':
/in/foo.cc:75:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int& i=Current[Now]; i<G[Now].size(); i++) { //引用传边,直接从上一次考虑的弧增广
                            ~^~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:121:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for(int j=0; j<dinic.edges.size(); j++)dinic.edges[j].flow=0;
                          ~^~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 1.219 MiB
#2 Accepted 30ms 1.125 MiB
#3 Accepted 24ms 1.25 MiB
#4 Accepted 32ms 1.25 MiB
#5 Accepted 27ms 1.219 MiB
#6 Accepted 36ms 1.23 MiB
#7 Accepted 47ms 1.25 MiB
#8 Accepted 50ms 1.25 MiB
#9 Accepted 86ms 1.25 MiB
#10 Accepted 62ms 1.25 MiB
#11 Accepted 64ms 1.25 MiB
#12 Accepted 88ms 1.25 MiB
#13 Accepted 3ms 1.199 MiB
#14 Accepted 36ms 1.25 MiB
#15 Accepted 32ms 1.195 MiB

信息

递交者
类型
递交
题目
最小割
语言
C++
递交时间
2017-08-07 17:07:47
评测时间
2017-08-07 17:07:47
评测机
分数
100
总耗时
630ms
峰值内存
1.25 MiB