摘要: 原题链接 题解 Dijkstra算法+反向索引堆优化 code #include<bits/stdc++.h> using namespace std; typedef long long ll; const int N=2e5+5; const int M=1e5+5; const ll MAX= 阅读全文
posted @ 2024-03-29 23:58 黑屿白 阅读(77) 评论(0) 推荐(0)