位运算

// 求n的第k位数字
n >> k & 1
    
// 返回n的最低一位1表示的数字
n & -n

Hanson
12 声望2 粉丝

A lifelong programmer.


« 上一篇
树与图
下一篇 »
二分