有一堆个数为$n$的棋子,游戏双方轮流拿取棋子,满足:
(1)先手不能在第一次把所有棋子取完。
(2)每次至少取走一颗棋子。
(3)每次取的棋子数不能超过对手刚取棋子数的2倍。
(4)取走最后一颗棋子的人为赢家
问:假设两人足够聪明,是否有一方有必胜策略?证明你的结论。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true