Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:89:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for(int i = 0; i < d[que[head]].size(); i+=2)
                   ~~^~~~~~~~~~~~~~~~~~~~~
/in/foo.cc:103:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
   printf("%d %d\n", cnt, dist[n]);
                                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - dispatch
 - 语言
 - C++
 - 递交时间
 - 2017-07-22 22:45:37
 - 评测时间
 - 2017-07-22 22:45:37
 - 评测机
 
- 分数
 - 80
 - 总耗时
 - 793ms
 - 峰值内存
 - 4.863 MiB