摘要: struct Edge { int lst; int v; int w; }; const int maxn = 1e5+500; const int maxe = (1e5+500) * 2; const int inf = 0x3f3f3f3f; class ISAP { public : Edge edge[maxe]; int head[ma... 阅读全文
posted @ 2018-11-29 23:31 过路人1998 阅读(227) 评论(0) 推荐(0) 编辑