鏈式前向星

鏈式前向星 #include <iostream> #include <algorithm> #include <cstdio> #include <cstring> using namespace std; const int maxn = 1e5+50; struct Edge { int next, to, w; }edge[maxn]; int head[maxn], cur;
相關文章
相關標籤/搜索