/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'void 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:105:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<g[ q[head] ].size();i++)
               ~^~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 768.0 KiB
#2 Wrong Answer 8ms 768.0 KiB
#3 Runtime Error 15ms 768.0 KiB
#4 Runtime Error 44ms 956.0 KiB
#5 Accepted 24ms 1.5 MiB
#6 Accepted 113ms 3.047 MiB
#7 Wrong Answer 77ms 2.074 MiB
#8 Runtime Error 18ms 640.0 KiB
#9 Wrong Answer 147ms 2.707 MiB
#10 Runtime Error 31ms 1.32 MiB

信息

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