/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'bool bfs(int)':
/in/foo.cc:65:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<g[ q[head] ].size();i++)
               ~^~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int spfa(int)':
/in/foo.cc:102:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<g[ q[head] ].size();i++)
               ~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 644.0 KiB
#2 Wrong Answer 5ms 768.0 KiB
#3 Runtime Error 9ms 640.0 KiB
#4 Runtime Error 26ms 956.0 KiB
#5 Accepted 31ms 1.625 MiB
#6 Accepted 130ms 3.094 MiB
#7 Wrong Answer 90ms 2.0 MiB
#8 Runtime Error 13ms 652.0 KiB
#9 Wrong Answer 143ms 2.625 MiB
#10 Runtime Error 6ms 728.0 KiB

信息

递交者
类型
递交
题目
dispatch
语言
C++
递交时间
2017-08-21 22:55:07
评测时间
2017-08-21 22:55:07
评测机
分数
30
总耗时
461ms
峰值内存
3.094 MiB