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:47:12
- 评测时间
- 2017-07-22 22:47:12
- 评测机
- 分数
- 0
- 总耗时
- 34ms
- 峰值内存
- 888.0 KiB