【leetcode】除数博弈

 

bool divisorGame(int N){
    return (N%2)?false :true;
}

 

posted @ 2020-11-19 10:54  温暖了寂寞  阅读(123)  评论(1编辑  收藏  举报