/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'bool bfs(int, int)':
foo.cc:71:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int j = 0; j < v_flows[front].size(); j++)
                   ~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:194:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < v_flows[cur].size(); i++)
                   ~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:228:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (int i = 0; i < v_flows[cur].size(); i++)
                    ~~^~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-12T09:12:42.912Z","handle":"2020-08-12T09:12:42.912Z","cache_start":"2020-08-12T09:12:42.919Z","read_cases":"2020-08-12T09:12:43.049Z","judge":"2020-08-12T09:12:43.051Z","done":"2020-08-12T09:12:43.682Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 1.375 MiB
#2 Wrong Answer 读取到 266 ,应为 169 1ms 1.375 MiB
#3 Wrong Answer 读取到 467 ,应为 301 1ms 1.375 MiB
#4 Wrong Answer 读取到 3240 ,应为 1852 2ms 1.625 MiB
#5 Wrong Answer 读取到 5323 ,应为 3102 3ms 1.75 MiB
#6 Wrong Answer 读取到 7199 ,应为 4144 5ms 1.887 MiB
#7 Wrong Answer 读取到 9027 ,应为 5141 8ms 2.004 MiB
#8 Wrong Answer 读取到 11688 ,应为 6603 7ms 2.273 MiB
#9 Wrong Answer 读取到 12853 ,应为 7262 7ms 2.27 MiB
#10 Wrong Answer 读取到 12779 ,应为 7190 20ms 2.297 MiB

信息

递交者
类型
递交
题目
P1555 狼和羊的故事
语言
C++
递交时间
2020-08-12 17:12:42
评测时间
2020-08-12 17:12:42
评测机
分数
10
总耗时
59ms
峰值内存
2.297 MiB