【leetcode】除数博弈
时间:2020-11-19 11:38:34
收藏:0
阅读:23
bool divisorGame(int N){ return (N%2)?false :true; }
原文:https://www.cnblogs.com/ganxiang/p/14004193.html
评论(0)