
ACM_最大流
文章平均质量分 85
StanleyClinton
一个川大的弱弱的ACMER,加油整起走。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解题报告 之 HDU5294 Tricks Device
解题报告 之 HDU5294 Tricks DeviceDescriptionInnocent Wu follows Dumb Zhang into a ancient tomb. Innocent Wu’s at the entrance of the tomb while Dumb Zhang’s at the end of it. The tomb is made up of many chambers, the total number is N. And there are M channe原创 2015-08-16 12:54:29 · 776 阅读 · 0 评论 -
解题报告 之 UVA820 Internet Bandwidth
解题报告 之 UVA820 Internet Bandwidth 最大流 原始模型原创 2015-04-22 09:01:09 · 1592 阅读 · 0 评论 -
解题报告 之 HOJ2816 Power Line
解题报告 之 HOJ 2816 Power Line 最大流 二分原创 2015-04-23 23:44:55 · 628 阅读 · 0 评论 -
解题报告 之 SOJ2414 Leapin' Lizards
解题报告 之 SOJ2414 Leapin' LizardsYour platoon of wandering lizards has entered a strange room in the labyrinth you are exploring. As you are looking around for hidden treasures, one of the rookies steps on an innocent-looking stone and the room's floor sudd原创 2015-04-26 10:00:24 · 788 阅读 · 0 评论 -
解题报告 之 SOJ3312 Stockholm Knights
解题报告 之 SOJ 3312 Stockholm Knights 最大流 网格 动态流 二分 The city of Stockholm is a chessboard whose size is N*M. There are some Stockholm Knights in the city.Stockholm Knights are very special Knights.They only can move from a corner of a 3*4 grid to the oppo原创 2015-04-27 01:06:52 · 721 阅读 · 0 评论 -
解题报告 之 POJ3498 March of the Penguins
解题报告 之 POJ 3498 March of the Penguins 最大流原创 2015-04-17 23:15:14 · 1329 阅读 · 0 评论 -
解题报告 之 ZOJ2760 How Many Shortest Path
解题报告 ZOJ 2760 How Many Shortest Path 最大流 边不相交最短路的条数 Dinic原创 2015-04-20 15:58:26 · 1197 阅读 · 0 评论 -
解题报告 之 POJ2289 Jamie's Contact Groups
解题报告 之 POJ 2289 Jamie's Contact Groups原创 2015-04-22 22:50:28 · 1085 阅读 · 0 评论 -
解题报告 之 SOJ2835 Pick Up Points
解题报告 之 SOJ 2835 Pick Up Points CFW牛吃草喝水模型 最大流Description Recently loy are very interested in playing a funny game. There is a board of n*m grid. Each grid has one point or not. If two adjacency grids both have one point, someone can pick them up, and原创 2015-04-26 11:45:15 · 794 阅读 · 0 评论 -
解题报告 之 UVA563 Crimewave
解题报告 之 UVA563 Crimewave 最大流 拆点原创 2015-04-21 19:20:43 · 669 阅读 · 0 评论 -
解题报告 之 POJ2455 Secret Milking Machine
解题报告 之 POJ2455 Secret Milking MachineDescriptionFarmer John is constructing a new milking machine and wishes to keep it secret as long as possible. He has hidden in it deep within hi原创 2015-04-15 16:23:04 · 636 阅读 · 0 评论 -
解题报告 之 POJ1149 Pigs
解题报告 之 POJ1149 PIGS 最大流 网络流 建图原创 2015-04-19 20:32:26 · 578 阅读 · 0 评论 -
解题报告 之 POJ3686 The Windy's
最大流 最小费用流 POJ3686 The Windy'sThe Windy's is a world famous toy factory that owns M top-class workshop to make toys. This year the manager receives N orders for toys. The manager knows that every order will take different amount of hours in different work原创 2015-05-01 19:45:52 · 799 阅读 · 0 评论 -
解题报告 之 POJ2175 Evacuation Plan
POJ2175 Evacuation Plan 最小费用流 负权消去 The City has a number of municipal buildings and a number of fallout shelters that were build specially to hide municipal workers in case of a nuclear war. Each fallout shelter has a limited capacity in terms of a numbe原创 2015-05-01 16:38:00 · 814 阅读 · 0 评论 -
解题报告 之 POJ3057 Evacuation
解题报告 之 POJ3057 Evacuation 最大流 动态流 更新残余网络 多次增广Fires can be disastrous, especially when a fire breaks out in a room that is completely filled with people. Rooms usually have a couple of exits and emergency exits, but with everyone rushing out at the same t原创 2015-04-28 18:25:09 · 958 阅读 · 0 评论 -
解题报告 之 POJ3469 Dual Core CPU
解题报告 之 POJ3469 Dual Core CPU 点集拆分 最小割 最大流As more and more computers are equipped with dual core CPU, SetagLilb, the Chief Technology Officer of TinySoft Corporation, decided to update their famous product - SWODNIW.The routine consists of N modules, and原创 2015-04-28 21:15:08 · 879 阅读 · 0 评论 -
解题报告 之 POJ1201 Intervals
解题报告 之 POJ 1201 Intervals DescriptionYou are given n closed, integer intervals [ai, bi] and n integers c1, ..., cn. Write a program that: reads the number of intervals, t原创 2015-04-16 19:54:55 · 803 阅读 · 0 评论 -
解题报告 之 POJ1637 Sightseeing tour
解题报告 之 POJ1637 Sightseeing tour 最大流The city executive board in Lund wants to construct a sightseeing tour by bus in Lund, so that tourists can see every corner of the beautiful city. They want to construct the tour so that every street in the city is vis原创 2015-04-16 21:15:21 · 829 阅读 · 0 评论 -
解题报告 之 POJ3680 Intervals
解题报告 之 POJ 3680 Intervals 最小费用流 标号法 ACM 负权边You are given N weighted open intervals. The ith interval covers (ai, bi) and weighs wi. Your task is to pick some of the intervals to maximize the total weights under the limit that no point in the real axis is原创 2015-05-02 10:18:31 · 2495 阅读 · 1 评论 -
解题报告 之 POJ3463 ACM Computer Factory
解题报告 之 POJ 3463 ACM Computer Factory 有陷阱 拆点原创 2015-04-22 15:20:09 · 810 阅读 · 0 评论 -
解题报告 之 SOJ3353 Total Flow
解题报告 之 SOJ3353 Total Flow 最大流原创 2015-04-27 10:53:19 · 1133 阅读 · 0 评论 -
解题报告 之 ZOJ2332 Gems
解题报告 之 ZOJ 2332 Gems 构图 最大流Wealthy alsomagic! Supernatural alsomagic! But also poor alsomagic! Because he is now puzzled by a problem, and will go crazy if you can't help him.alsomagic has a lot of gems with different colors and shapes. His supernatu原创 2015-04-25 20:47:19 · 762 阅读 · 0 评论 -
解题报告 之 HDU1698 Alice's Chance
解题报告 之 HDU1698 Alice's ChanceDescriptionAlice, a charming girl, have been dreaming of being a movie star for long. Her chances will come now, for several filmmaking companies invite he原创 2015-04-14 19:31:41 · 493 阅读 · 0 评论 -
解题报告 之 POJ1459 Power Network
解题报告 之 POJ1459 Power NetworkDescriptionA power network consists of nodes (power stations, consumers and dispatchers) connected by power transport lines. A node u may be supplied with原创 2015-04-15 14:59:44 · 504 阅读 · 0 评论 -
解题报告 之 POJ2112 Optimal Milking
解题报告 之 POJ2112 Optimal MilkingDescriptionFJ has moved his K (1 <= K <= 30) milking machines out into the cow pastures among the C (1 <= C <= 200) cows. A set of paths of various leng原创 2015-04-15 15:55:33 · 593 阅读 · 0 评论 -
解题报告 之 POJ1087 A Plug for UNIX
解题报告 之 POJ1087 A Plug for UNIX 最大流+拆点原理详解原创 2015-04-18 23:30:54 · 802 阅读 · 0 评论 -
解题报告 之 SGU326 Perspective
解题报告 之 SGU 326 Perspective 最大流 满流DescriptionBreaking news! A Russian billionaire has bought a yet undisclosed NBA team. He's planning to invest huge effort and money into making that team原创 2015-04-21 10:57:44 · 804 阅读 · 0 评论 -
解题报告 之 POJ2699 The Maximum Number of Strong Kings
解题报告 之 POJ 2699 The Maximum Number of Strong Kings 最大流 二分 枚举 建图原创 2015-04-25 13:11:41 · 1194 阅读 · 0 评论 -
解题报告 之 SGU185 Two shortest
解题报告 之 SGU 185 Two shortest 最大流 边不重复最短路Yesterday Vasya and Petya quarreled badly, and now they don't want to see each other on their way to school. The problem is that they live in one and the same house, leave the house at the same time and go at the sa原创 2015-04-27 19:35:16 · 681 阅读 · 0 评论 -
解题报告 之 POJ2135 Farm Tour
POJ2135 Farm Tour 最大流 最小费用流When FJ's friends visit him on the farm, he likes to show them around. His farm comprises N (1 <= N <= 1000) fields numbered 1..N, the first of which contains his house and the Nth of which contains the big barn. A total M (1 <原创 2015-04-29 09:43:16 · 770 阅读 · 0 评论 -
解题报告 之 SOJ4429 Frog's Dice
解题报告 之 SOJ 4429 Frog's DiceThe Problemfrog has many dices:)Each dice has six surfaces and there is a lowercase letter on each surfaces.Now, frog want to put these dices in a row so tha原创 2015-04-14 00:13:23 · 668 阅读 · 0 评论 -
解题报告 之 HDU4292 Food
解题报告 之 HDU4292 FoodProblem Description You, a part-time dining service worker in your college’s dining hall, are now confused with a new problem: serve as many people as possible. The is原创 2015-04-13 23:54:49 · 579 阅读 · 0 评论 -
解题报告 之 POJ1273 Drainage Ditches
解题报告 之 POJ1273 Drainage DitchesDescriptionEvery time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by water for原创 2015-04-13 23:17:44 · 405 阅读 · 0 评论 -
解题报告 之 SGU242 Student's Morning
解题报告 之 SGU 242 Student's Morning 最大流 二分匹配 残余网络 输出一组解原创 2015-04-23 13:16:47 · 710 阅读 · 0 评论 -
解题报告 之 HDU4289 Control
解题报告 之 POJ 4289 ControlProblem Description You, the head of Department of Security, recently received a top-secret information that a group of terrorists is planning to transport some WMD原创 2015-04-13 23:34:22 · 559 阅读 · 0 评论 -
解题报告 之 POJ3189 Steady Cow Assignment
解题报告 之 POJ3189 Steady Cow AssignmentDescriptionFarmer John's N (1 FJ would like to rearrange the cows such that the cows are as equally happy as possible, even if that means all原创 2015-04-16 13:02:55 · 539 阅读 · 0 评论 -
解题报告 之 POJ2391 Ombrophobic Bovines
解题报告 之 POJ 2391 Ombrophobic Bovines 最大流 拆点原创 2015-04-20 19:55:26 · 557 阅读 · 0 评论 -
解题报告 之 WHU1124 Football Coach
解题报告 之 WHU1124 Football Coach 最大流 满流原创 2015-04-21 09:58:23 · 935 阅读 · 0 评论 -
解题报告 之 POJ3281 Dining
解题报告 之 POJ 3281 Dining 最大流 经典构图 牛吃草问题 食物 饮料 最大分配原创 2015-04-22 09:28:50 · 2232 阅读 · 0 评论 -
解题报告 之 SGU438 The Glorious Karlutka River
解题报告 之 SG438 The Glorious Karlutka River 最大流 按时间拆点 动态流原创 2015-04-23 11:36:31 · 1346 阅读 · 0 评论