Accepted
foo.cc: In function ‘void Dijkstra()’: foo.cc:49:30: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<infor>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 49 | for(int j=0;j<a[u].size();j++){ | ~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1005 最短路径
- 比赛
- 暑假赛Round 1(卡常快乐赛)
- 语言
- C++
- 递交时间
- 2025-07-20 15:18:41
- 评测时间
- 2025-07-20 15:18:41
- 评测机
- 分数
- 100
- 总耗时
- 102ms
- 峰值内存
- 9.238 MiB