会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Assassin_poi君
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
32
下一页
2018年7月8日
POJ - 1459 Power Network(最大流+前置随机空格输入+英语6级)
摘要: A power network consists of nodes (power stations, consumers and dispatchers) connected by power transport lines. A node u may be supp...
阅读全文
posted @ 2018-07-08 12:40 Assassin_poi君
阅读(157)
评论(0)
推荐(0)
2018年7月7日
POJ - 2516 Minimum Cost(最小花费最大流)
摘要: Dearboy, a goods victualer, now comes to a big problem, and he needs your help. In his sale area there are N shopkeepers (marked from ...
阅读全文
posted @ 2018-07-07 21:07 Assassin_poi君
阅读(172)
评论(0)
推荐(0)
POJ - 2195 Going Home (最小费用最大流)
摘要: On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or...
阅读全文
posted @ 2018-07-07 18:19 Assassin_poi君
阅读(135)
评论(0)
推荐(0)
2018年7月6日
POJ - 1087 Plug for UNIX
摘要: You are in charge of setting up the press room for the inaugural meeting of the United Nations Internet eXecutive (UNIX),...
阅读全文
posted @ 2018-07-06 18:14 Assassin_poi君
阅读(160)
评论(0)
推荐(0)
POJ - 3281 Dining (最大流)
摘要: Cows are such finicky eaters. Each cow has a preference for certain foods and drinks, and she will consume no others. ...
阅读全文
posted @ 2018-07-06 16:06 Assassin_poi君
阅读(129)
评论(0)
推荐(0)
2018年6月23日
POJ 3436 ACM Computer Factory
摘要: As you know, all the computers used for ACM contests must be identical, so the participants compete on equal terms. That is why all these computers ar
阅读全文
posted @ 2018-06-23 16:48 Assassin_poi君
阅读(202)
评论(0)
推荐(0)
POJ 3436 ACM Computer Factory
摘要: As you know, all the computers used for ACM contests must be identical, so the participants compete on equal terms. ...
阅读全文
posted @ 2018-06-23 16:32 Assassin_poi君
阅读(137)
评论(0)
推荐(0)
2018年6月11日
计蒜客——排涝(基础最大流入门)
摘要: 1000ms ...
阅读全文
posted @ 2018-06-11 22:40 Assassin_poi君
阅读(204)
评论(0)
推荐(0)
2018年6月7日
HDU - 1026 Ignatius and the Princess I
摘要: The Princess has been abducted by the BEelzebub feng5166, our hero Ignatius has to rescue our pretty Princess. Now he gets into feng51...
阅读全文
posted @ 2018-06-07 21:21 Assassin_poi君
阅读(155)
评论(0)
推荐(0)
2018年6月6日
Prim and Kruskal算法使用模板
摘要: Prim 邻接矩阵版:#define INF 0x3f3f3f3fconst int MAXN = 105;int N;int map[MAXN][MAXN];bool book[MAXN];//true为已经加入树的,false则相反 int lenth[MAXN]...
阅读全文
posted @ 2018-06-06 19:55 Assassin_poi君
阅读(221)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
32
下一页
公告