是什么意思 (number) & (-number)?我搜索了它但却无法找到意义
(number) & (-number)
我想i & (-i)在for循环中使用:
i & (-i)
for (i = 0; i <= n; i += i & (-i))
c c++
c ×1
c++ ×1