Compile Error
/in/foo.cc: In function 'void spfa()': /in/foo.cc:36:5: warning: statement has no effect [-Wunused-value] k[1]; ~~~^ /in/foo.cc:42:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<map[d].size();i++){ ~^~~~~~~~~~~~~~ /in/foo.cc: In function 'int main()': /in/foo.cc:59:20: error: 'i' was not declared in this scope else cout<<k[0]+a[i]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1423 最佳路线
- 语言
- C++
- 递交时间
- 2018-02-09 18:05:15
- 评测时间
- 2018-02-09 18:05:15
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes