
博弈
Reversing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 3951 Coin Game
Coin Game Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uDescription After hh has learned how to play Nim...原创 2018-03-31 10:05:20 · 387 阅读 · 0 评论 -
经典博弈集合题解
一、威佐夫博弈有两堆石子,数量任意,可以不同。游戏开始由两个人轮流取石子。游戏规定,每次有两种不同的取法,一是可以在任意的一堆中取走任意多的石子;二是可以在两堆中同时取走相同数量的石子。最后把石子全部取完者为胜者。现在给出初始的两堆石子的数目,如果轮到你先取,假设双方都采取最好的策略,问最后你是胜者还是败者。 核心:if((int((b-a)*c))==a)P...原创 2018-04-20 17:33:15 · 2602 阅读 · 0 评论 -
HDU Game with Pearls
Game with Pearls Tom and Jerry are playing a game with tubes and pearls. The rule of the game is: 1) Tom and Jerry come up together with a number K. ...原创 2018-05-03 08:49:53 · 242 阅读 · 0 评论