随笔分类 -  最短路

dijstra+计数【模板】
摘要:https://www.luogu.com.cn/problem/P1144 #include<bits/stdc++.h> #define lc p<<1 #define rc p<<1|1 #define INF 1e18 using namespace std; #define lowbit( 阅读全文
posted @ 2025-03-20 12:03 laileou 阅读(27) 评论(0) 推荐(0)