/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In member function 'void Graph::Read()':
/in/foo.cc:38:22: warning: unused variable 'w' [-Wunused-variable]
   int n, m; FlowType w; Vertex u, v;
                      ^
/in/foo.cc:38:32: warning: unused variable 'u' [-Wunused-variable]
   int n, m; FlowType w; Vertex u, v;
                                ^
/in/foo.cc:38:35: warning: unused variable 'v' [-Wunused-variable]
   int n, m; FlowType w; Vertex u, v;
                                   ^
/in/foo.cc: In member function 'FlowType Graph::MaxFlow()':
/in/foo.cc:104:42: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    while ( d = ArgumentPath( S, Infinity ) ) Flow += d;
                                          ^
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB
#2 Accepted 1ms 352.0 KiB
#3 Accepted 1ms 356.0 KiB
#4 Time Exceeded ≥1006ms ≥484.0 KiB
#5 Wrong Answer 2ms 476.0 KiB
#6 Wrong Answer 2ms 604.0 KiB
#7 Wrong Answer 2ms 600.0 KiB
#8 Wrong Answer 3ms 732.0 KiB
#9 Wrong Answer 2ms 736.0 KiB
#10 Wrong Answer 2ms 736.0 KiB

信息

递交者
类型
递交
题目
P1555 狼和羊的故事
语言
C++
递交时间
2019-02-12 10:49:35
评测时间
2019-02-12 10:49:35
评测机
分数
30
总耗时
≥1027ms
峰值内存
≥736.0 KiB