摘要: Dinic模板 1 int n, m, T; 2 int st, en; 3 4 const int INF=0x3f3f3f3f; 5 const int MAXN = 1122;//点数的最大值 6 const int MAXM = 355555;//边数的最大值 7 8 s... 阅读全文
posted @ 2015-08-27 15:35 UsedRose 阅读(491) 评论(0) 推荐(1) 编辑
摘要: 模板 2255 1 /*Author :usedrose */ 2 /*Created Time :2015/8/30 1:20:31*/ 3 /*File Name :2.cpp*/ 4 #pragma comment(linker, "/STACK:1024000000,1024000... 阅读全文
posted @ 2015-08-27 03:25 UsedRose 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 【HDU】1384Intervals基础差分约束★1529Cashier Employment 神级差分约束★★★★1531King差分约束★1534Schedule Problem 差分约束输出一组解★3440House Man 比较好的差分约束★★3592World Exhibition 简单★... 阅读全文
posted @ 2015-08-27 03:24 UsedRose 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 【HDU】3062Party 1 /*Author :usedrose */ 2 /*Created Time :2015/6/2 11:26:32*/ 3 /*File Name :2.cpp*/ 4 #include 5 #include 6 #include 7 #inc... 阅读全文
posted @ 2015-08-27 03:17 UsedRose 阅读(190) 评论(0) 推荐(0) 编辑