
ACM_网络流
DATELOST
I'm curious.
展开
-
HDU-1532 网络流
Problem DescriptionEvery 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 awhile and takes quite a long time...原创 2019-03-24 18:55:59 · 182 阅读 · 0 评论 -
HDU-3572 网络流建图
Problem DescriptionOur geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opened factory. Her factory has introduced M new machines in order to process t...原创 2019-03-24 21:43:18 · 214 阅读 · 0 评论 -
HDU-1565 网络流最小割
Problem Description给你一个nn的格子的棋盘,每个格子里面有一个非负数。从中取出若干个数,使得任意的两个数所在的格子没有公共边,就是说所取的数所在的2个格子不能相邻,并且取出的数的和最大。Input包括多个测试实例,每个测试实例包括一个整数n 和nn个非负数(n<=20)Output对于每个测试实例,输出可能取得的最大的和Sample Input375 1...原创 2019-03-25 23:33:15 · 200 阅读 · 0 评论 -
HDU-1150 网络流最小割/最小点覆盖/最大匹配
Problem DescriptionAs we all know, machine scheduling is a very classical problem in computer science and has been studied for a very long history. Scheduling problems differ widely in the nature of ...原创 2019-03-26 23:12:44 · 190 阅读 · 0 评论 -
HDU-3998 网络流 拆点
Problem DescriptionThere is a sequence X (i.e. x[1], x[2], …, x[n]). We define increasing subsequence of Xas x[i1], x[i2],…,x[ik], which satisfies follow conditions:x[i1] < x[i2],…,<x[ik];1...原创 2019-07-30 18:27:06 · 144 阅读 · 0 评论 -
cf-1203E 网络流
E. BoxersThere are n boxers, the weight of the i-th boxer is ai. Each of them can change the weight by no more than 1 before the competition (the weight cannot become equal to zero, that is, it must ...原创 2019-08-16 16:44:10 · 200 阅读 · 0 评论