摘要: #include #include const int N=205,M=405,INF=0x3f3f3f; int m,n; int src,des,lev[N],cur[N]; int ecnt=1,adj[N],nxt[M],go[M],cap[M]; inline void addedge(const int &u,const int &v,const int &w) { nxt[... 阅读全文
posted @ 2017-01-18 10:51 TRTTG 阅读(246) 评论(0) 推荐(0) 编辑