The Perfect Stall
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 19272
Accepted: 8737
Description
Farmer John completed his new barn just last week, com...
分类:
其他好文 时间:
2015-01-14 14:21:48
阅读次数:
167
The Perfect Stall
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 19174
Accepted: 8696
Description
Farmer John completed his new barn just last week, compl...
分类:
编程语言 时间:
2014-12-17 22:43:29
阅读次数:
257
又在Wikipedia上把GNU、Linux等看了一下。 GNU: The GNU Project is a free software, mass collaboration project, announced on 27 September 1983, by Richard Stall...
分类:
其他好文 时间:
2014-11-16 18:40:05
阅读次数:
232
题意:N头牛M个牛棚,每只牛都有它自己指定的若干个它愿意呆的牛棚。每个牛棚最多呆一头牛。问最多可以满足多少头牛的愿望。思路:裸二分图最大匹配。代码:int n,m;vector graph[205];int cx[205],cy[205];bool bmask[205];int findPath(i...
分类:
其他好文 时间:
2014-11-13 16:27:22
阅读次数:
120
贪心算法证明与实例(POJ3190),区间贪心,优先队列...
分类:
其他好文 时间:
2014-11-11 22:56:13
阅读次数:
226
题目1651: [Usaco2006 Feb]Stall Reservations 专用牛棚Time Limit:10 SecMemory Limit:64 MBSubmit:553Solved:307[Submit][Status]DescriptionOh those picky N (1 >>...
分类:
其他好文 时间:
2014-10-31 18:56:19
阅读次数:
212
POJ1274 The Perfect Stall题目大意:n个奶牛m个仓库,每个奶牛都有喜欢的仓库,当然一个奶牛只能住进一个仓库,一个仓库也只能让一个奶牛吃,问最多有多少奶牛能住进喜欢的仓库思路:裸的匹配 练下模板//poj1274#include #include #include#includ...
分类:
其他好文 时间:
2014-10-31 18:50:56
阅读次数:
218
1 #include 2 #include 3 #include 4 using namespace std; 5 6 unsigned int N; 7 unsigned int C; 8 vector x; 9 int stall;10 11 int main()12 {13 ...
分类:
其他好文 时间:
2014-10-18 15:16:08
阅读次数:
167
最大流
POJ 1273 Drainage Ditches
POJ 1274 The Perfect Stall (二分图匹配)
POJ 1698 Alice's Chance(构图)
POJ 1459 Power Network(构图)
POJ 2112 Optimal Milking (二分)
POJ 2455 Secret Milking Machine (二分)
POJ 31...
分类:
其他好文 时间:
2014-10-07 10:03:43
阅读次数:
486
一个AJAX实例function xy_get(){var url="http://prog.kehui.net:82/958game/small.php?op=jiaoyi&fi=stall&action=npcXY&cID="+sceneId;xmlHttp.open("POST",url,tr...
分类:
其他好文 时间:
2014-09-18 20:39:54
阅读次数:
238