PolygonTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 5024Accepted: 2108DescriptionPolygon is a game for one player that starts on a polygon...
分类:
其他好文 时间:
2015-02-05 00:35:42
阅读次数:
304
尼姆博弈(Nimm Game)
http://baike.baidu.com/link?url=QITS5sNMwXZsoxh5tAwYBsa-_GgUd66Vb4fjreoKkqlXmXSyPEE5qVXfxnq1IGRe4AgTxC6lFwROoKx7hZNwbK
威佐夫博弈(Wythoff Game)
http://baike.baidu.com/link?ur...
分类:
其他好文 时间:
2015-02-04 16:48:58
阅读次数:
109
题目大意:
There is a very simple and interesting one-person game. You have 3 dice, namely
Die1, Die2 and Die3. Die1 has
K1 faces. Die2 has
K2 faces. Die3 has
K3 faces. All the dice are fair dice, so ...
分类:
其他好文 时间:
2015-02-04 16:37:11
阅读次数:
158
11538 Chess Queen
You probably know how the game of chess is played and how chess queen operates. Two chess queens
are in attacking position when they are on same row, column or diagonal of a chess ...
分类:
其他好文 时间:
2015-02-04 16:33:42
阅读次数:
155
Little Valentine liked playing with binary trees very much. Her favorite game was constructing randomly looking binary trees with
capital letters in the nodes.
This is an example of one of her cre...
分类:
其他好文 时间:
2015-02-04 13:06:31
阅读次数:
183
最近真是忙,连研究细看的时间都没有了,原帖地址:https://alastaira.wordpress.com/2013/11/08/smooth-unity-camera-transitions-with-animation-curves/先贴到这里I’m creating a game in w...
分类:
编程语言 时间:
2015-02-04 10:55:18
阅读次数:
1439
题目:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=68990#problem/A题目需求:,给n个数字,将它们重新排序得到一个最大的数字,好像给出123 456 789 拼为 789456123 最大这题可以算是一个排序题,不过排序的规...
分类:
编程语言 时间:
2015-02-04 00:34:37
阅读次数:
332
这题我用的是贪心算法,我的理解是这样的:
要求我最少能赢的次数,就是求别人最多能赢的次数。首先把我的牌先升序排序,然后我从小开始出,对于我出的牌,别人应该尽可能的压,而且用他们比我大的最小的那张牌;如果他们不压,那么他们后面这张牌就很有可能用不上,就少赢一次。
#include
#include
#include
#include
#include
#include
using namespa...
分类:
其他好文 时间:
2015-02-03 23:05:04
阅读次数:
163
Number GameTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 3181Accepted: 1280DescriptionChristine and Matt are playing an exciting game they ...
分类:
其他好文 时间:
2015-02-03 22:47:51
阅读次数:
321