题目描述背景大家都知道,sheep有两只可爱的宠物(一只叫神牛,一只叫神菜)。有一天,sheep带着两只宠物到狗狗家时,这两只可爱的宠物竟然迷路了……描述狗狗的家因为常常遭到猫猫的攻击,所以不得不把家里前院的路修得非常复杂。狗狗家前院有N个连通的分叉结点,且只有N-1条路连接这N个节点,节点的编号是...
分类:
其他好文 时间:
2015-07-17 22:15:22
阅读次数:
143
Pleasant sheep and big big wolf
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2372 Accepted Submission(s): 989
Problem Description
...
分类:
其他好文 时间:
2015-07-17 14:11:15
阅读次数:
117
/* * sysutil.c * * Routines to make the libc/syscall API more pleasant to use. Long term, * more libc/syscalls will go in here to reduce the number of...
分类:
其他好文 时间:
2015-07-13 15:59:26
阅读次数:
175
题意:一个矩阵,1表示羊,2表示狼,然后让把羊和狼隔开,问需要最小的栅栏数。
思路:要把羊和狼隔开,就是去最小割把他们分开,每个格子和周围四个格子建流量为1的边,s向狼建INF的边,羊向t建INF的边。...
分类:
其他好文 时间:
2015-07-12 11:25:02
阅读次数:
136
职务地址:HDU 3046最小割第一发!事实上也没什么发不发的。。。最小割==最大流。。入门题,可是第一次入手最小割连入门题都全然没思路。。。sad。。对最小割的本质还是了解的不太清楚。。这题就是对每两个相邻的格子的边界都要进行加边,然后求最大流就OK了。RE了好长时间,注意遍历加边的时候要从1開始...
分类:
其他好文 时间:
2015-07-12 09:31:53
阅读次数:
109
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=2952Counting SheepDescriptionA while ago I had trouble sleeping. I used to lie awake, staring at the cei...
分类:
其他好文 时间:
2015-07-01 23:28:53
阅读次数:
257
Counting sheep...Description:Consider an array of sheep where some sheep may be missing from their place. We need a function that counts the number of...
分类:
其他好文 时间:
2015-06-24 14:32:55
阅读次数:
131
你的位置:Home?Dive Into Python 3?难度等级:?????使用2to3将代码移植到Python 3?Life is pleasant. Death is peaceful. It’s the transition that’s troublesome.?— Isaac Asimo...
分类:
编程语言 时间:
2015-05-06 21:05:25
阅读次数:
250
【题目链接:HDOJ-2952】Counting SheepTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2476Accepted Submiss...
分类:
其他好文 时间:
2015-05-06 20:57:02
阅读次数:
137
题目描述 Afandi is herding N sheep across the expanses of grassland when he finds himself blocked by a river. A single raft is available for transportatio...
分类:
其他好文 时间:
2015-05-05 21:16:02
阅读次数:
133