Compile Error
/in/foo.cc:14:16: error: expected unqualified-id before '+' token int dist[maxN];+ ^ /in/foo.cc: In function 'void spfa()': /in/foo.cc:39:3: error: 'inq' was not declared in this scope inq[cur]=false; ^~~ /in/foo.cc:40:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<toNode[cur].size();i++) ~^~~~~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1423 最佳路线
- 语言
- C++
- 递交时间
- 2018-02-09 17:12:46
- 评测时间
- 2018-02-09 17:12:46
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes