腾讯五十题 No.45 Nim游戏

题目链接

class Solution {
    public boolean canWinNim(int n) {
         return n % 4 != 0;
    }
}
posted @ 2022-02-09 15:55  蹇爱黄  阅读(79)  评论(0)    收藏  举报