首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
poj1789专题
poj1789 PRIM算法优先队列版(STL框架)
题意很简单 主要是想练一下优先队列的使用 #include<iostream>#include<algorithm>#include<cstdio>#include<queue>#include<cstring>#include<vector>using namespace std;bool vis[2100];int m;//点的个数char tu[21
阅读更多...
POJ1789(最小生成树)
POJ1789(最小生成树) Truck History Description Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, other for furniture, or for bricks. The company
阅读更多...
20-1-14-Prime-POJ1789
占坑 POJ1789, 2020.1.14日题, 2020.1.15日更新
阅读更多...