luoheng
10/6/2019 - 10:27 AM

canWinNim

func canWinNim(n int) bool {
    return (n&3)!=0
}