一、位运算技巧 n&(n-1) 将正整数二进制最低位的 1 变成 0 技巧案例:https://leetcode-cn.com/problems/counting-bits/solution/bi-te-wei-ji-shu-by-leetcode-solution-0t1i/