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++)
               ~^~~~~~~~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - dispatch
 - 语言
 - C++
 - 递交时间
 - 2017-08-21 22:54:40
 - 评测时间
 - 2017-08-21 22:54:40
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 396ms
 - 峰值内存
 - 3.0 MiB