/ 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:198:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < v_flows[cur].size(); i++)
                   ~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:232: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:32:17.394Z","handle":"2020-08-12T09:32:17.394Z","cache_start":"2020-08-12T09:32:17.402Z","read_cases":"2020-08-12T09:32:17.533Z","judge":"2020-08-12T09:32:17.533Z","done":"2020-08-12T09:32:18.188Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 1.375 MiB
#2 Wrong Answer 读取到 136 ,应为 169 1ms 1.375 MiB
#3 Wrong Answer 读取到 267 ,应为 301 1ms 1.375 MiB
#4 Wrong Answer 读取到 1677 ,应为 1852 2ms 1.562 MiB
#5 Wrong Answer 读取到 2786 ,应为 3102 9ms 1.676 MiB
#6 Wrong Answer 读取到 3698 ,应为 4144 10ms 1.723 MiB
#7 Wrong Answer 读取到 4575 ,应为 5141 4ms 1.816 MiB
#8 Wrong Answer 读取到 5964 ,应为 6603 5ms 1.949 MiB
#9 Wrong Answer 读取到 6505 ,应为 7262 9ms 1.973 MiB
#10 Wrong Answer 读取到 6412 ,应为 7190 5ms 2.051 MiB

信息

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