本文分类:news发布日期:2025/11/23 21:00:21
打赏

相关文章

并查集的板子和最小生成树

做到的题目是 修路 修路成本 通过几个人认识 想到哪写到哪了 #include<bits/stdc++.h> using namespace std; int n;int cost;int num; struct node {int u,v,w;bool operator < (const node &it) const{…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部