Problem Description
Everyone knows Matt enjoys playing games very much. Now, he is playing such a game. There are N rooms, each with one door. There are some keys(could be none) in each room corres...
分类:
其他好文 时间:
2014-10-04 20:38:27
阅读次数:
234
http://poj.org/problem?id=3009DescriptionOn Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules are somewhat ...
分类:
其他好文 时间:
2014-09-20 01:04:46
阅读次数:
279
题目:有一些岛屿,分布在一条线上,问青蛙最少的能力是跳多远,可以不超过m次跳刀对岸。
分析:贪心,二分。已知能力的话,每次跳到最远即可,所以二分能力即可。
说明:2011大连网选题4。(2011-09-19 01:09)
#include
#include
int Leng[ 500005 ];
int Data[ 500005 ];
int Queue[ 500005 ];
...
分类:
其他好文 时间:
2014-09-18 16:34:54
阅读次数:
147
unity2DGame Development By Dave Calabrese2014 | 126 Pages | ISBN: 1849692564Combine Classic 2D With Today's Technology To Build Great Games With Unity...
分类:
其他好文 时间:
2014-09-09 11:12:08
阅读次数:
359
http://blog.csdn.net/acdreamers/article/details/17021095有一个n*m的棋盘,每次可以取走一个方格并拿掉它右边和上面的所有方格。拿到左下角的格子(1,1)者输,如下图是8*3的棋盘中拿掉(6,2)和(2,3)后的状态。结论:答案是除了1*1的棋盘...
分类:
其他好文 时间:
2014-09-02 19:45:45
阅读次数:
342
yii第二步:main.php'urlManager'=>array('urlFormat'=>'path','rules'=>array('game/guess/'=>'game/guess','gou/games/'=>'gou/game',//index.php/gou/d(实际地址) => ...
分类:
其他好文 时间:
2014-08-28 22:39:46
阅读次数:
265
Description
Games Are Important
One of the primary hobbies (and research topics!) among Computing Science students at the University of Alberta is, of course, the playing of...
分类:
其他好文 时间:
2014-08-28 21:17:06
阅读次数:
318
Description
Alice and Bob are very smart guys and they like to play all kinds of games in their spare time. the most amazing thing is that they always find the best strategy, and that's why they fe...
分类:
其他好文 时间:
2014-08-28 16:55:48
阅读次数:
303
Description
ENimEN
In deterministic games no chance is involved, meaning that the final result can be predicted from the initial arrangement assuming players play optimal. T...
分类:
其他好文 时间:
2014-08-28 11:29:09
阅读次数:
208
Ubuntu 版本:Ubuntu 12.04.5 LTS配置环境变量$ cat /etc/environment PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"export http_pro...
分类:
其他好文 时间:
2014-08-27 12:22:17
阅读次数:
201