Accepted
/in/foo.cc: In function 'void Dijkstra(int, int)': /in/foo.cc:43:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < e[u].size(); i++){ ~~^~~~~~~~~~~~~ /in/foo.cc:57:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < path.size(); i++){ ~~^~~~~~~~~~~~~ /in/foo.cc:37:23: warning: variable 'd' set but not used [-Wunused-but-set-variable] Node t; int u, v, d, d2; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1635 城市连接
- 语言
- C++
- 递交时间
- 2020-08-10 12:56:17
- 评测时间
- 2020-08-10 12:56:17
- 评测机
- 分数
- 100
- 总耗时
- 373ms
- 峰值内存
- 5.473 MiB