会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Wh1te
管理
上一页
1
2
3
2020年7月27日
kruskal 处理最短路 问题 A: 还是畅通工程
摘要: #include<iostream> #include<algorithm> #include<cstring> #include<vector> #include<map> #include<cmath> #include<cstdio> #include<queue> typedef long
阅读全文
posted @ 2020-07-27 17:33 Wh1te
阅读(129)
评论(0)
推荐(0)
2020年7月26日
Dijastra最短路 + 堆优化 模板
摘要: #include<algorithm> #include<cstring> #include<vector> #include<map> #include<cmath> #include<cstdio> #include<queue> #include<iostream> typedef long
阅读全文
posted @ 2020-07-26 15:52 Wh1te
阅读(170)
评论(0)
推荐(0)
2020年7月25日
CodeForces - 295B Greg and Graph(逆向Floyd,好题)
摘要: 删除正向不好处理,转为逆向,从最后一个删除的点开始插入 Greg has a weighed directed graph, consisting of n vertices. In this graph any pair of distinct vertices has an edge betwe
阅读全文
posted @ 2020-07-25 14:13 Wh1te
阅读(168)
评论(0)
推荐(0)
上一页
1
2
3