会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我微笑不代表我快乐
博客园
首页
新随笔
联系
订阅
管理
2021年4月30日
八中生成树1
摘要: //这个代码先算出所有点的距离,然后在求MST中只选用两点距离>=限制值的边。#include<bits/stdc++.h> using namespace std; int ans,n,j=0,c; int g[2501][2501]; int x[2501],y[2501]; struct bo
阅读全文
posted @ 2021-04-30 23:02 我微笑不代表我快乐
阅读(32)
评论(0)
推荐(0)
编辑
公告