最小生成樹prim+鄰接表優化

#include <iostream> #include <algorithm> #include <string.h> #include <queue> using namespace std; const int inf=0x3f3f3f3f;; const int maxx=1e3+100;; const int maxn=2e6+10; typedef long long
相關文章
相關標籤/搜索