/ 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:187:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < v_flows[cur].size(); i++)
                   ~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:221: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-12T08:47:56.226Z","handle":"2020-08-12T08:47:56.226Z","cache_start":"2020-08-12T08:47:56.233Z","read_cases":"2020-08-12T08:47:56.369Z","judge":"2020-08-12T08:47:56.377Z","done":"2020-08-12T08:47:57.096Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 读取到 7 ,应为 9 1ms 1.309 MiB
#2 Wrong Answer 读取到 48 ,应为 169 1ms 1.438 MiB
#3 Wrong Answer 读取到 18 ,应为 301 1ms 1.434 MiB
#4 Wrong Answer 读取到 14 ,应为 1852 4ms 1.688 MiB
#5 Wrong Answer 读取到 25 ,应为 3102 6ms 1.945 MiB
#6 Wrong Answer 读取到 15 ,应为 4144 11ms 2.176 MiB
#7 Wrong Answer 读取到 33 ,应为 5141 19ms 2.484 MiB
#8 Wrong Answer 读取到 38 ,应为 6603 18ms 2.82 MiB
#9 Wrong Answer 读取到 30 ,应为 7262 18ms 2.938 MiB
#10 Wrong Answer 读取到 20 ,应为 7190 32ms 2.926 MiB

信息

递交者
类型
递交
题目
P1555 狼和羊的故事
语言
C++
递交时间
2020-08-12 16:47:56
评测时间
2020-08-12 16:47:56
评测机
分数
0
总耗时
116ms
峰值内存
2.938 MiB