CSP 201812-4 数据中心(最小瓶颈生成树)

#include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #define maxn 100010 using namespace std; struct node{ int x,y,z; }e[maxn
posted @ 2021-04-08 16:20  Echo宝贝儿  阅读(79)  评论(0编辑  收藏  举报