摘要: 单源最短路 P3371 【模板】单源最短路径(弱化版) P4779 【模板】单源最短路径(标准版) dijkstra 普通版 时间复杂度为\(\mathcal{O (n^2)}\) #include<bits/stdc++.h> using namespace std; const int N=5e 阅读全文
posted @ 2023-11-03 12:44 Wh1sky 阅读(27) 评论(0) 推荐(0) 编辑