
最短路
云帆是弟弟
import torch as tf
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【模板】A*算法(K短路问题)
介绍 模板题:POJ-2449 #include<iostream> #include<cstdio> #include<cstring> #include<queue> #include<algorithm> #define maxm 2000000 #define maxn 10000 using namespace std; st...原创 2020-01-23 00:24:13 · 184 阅读 · 0 评论 -
The 2019 Aisa Nanchang First Round Online Programming Contest B. Fire-Fighting Hero (最短路+超级源点)
传送门:https://nanti.jisuanke.com/t/41349 Description This is an era of team success, but also an era of heroes. Throughout the ages, there have been numerous examples of using the few to defeat the many...转载 2019-09-19 22:37:40 · 210 阅读 · 0 评论