摘要: #include #include #include #include #include #include using namespace std; #define INF 0x3f3f3f3f #define N 10010 struct Edge{ int u,v,cap,flow,cost; Edge(int xu,int xv,int xcap,int xfl... 阅读全文
posted @ 2018-05-22 23:06 Dream_maker_yk 阅读(93) 评论(0) 推荐(0) 编辑