bool divisorGame(int N){ return (N%2)?false :true; }
【leetcode】除数博弈
原文:https://www.cnblogs.com/ganxiang/p/14004193.html