有 lowbit(x)\operatorname{lowbit}(x)lowbit(x) 的位运算:
lowbit[x] = (+x) & (-x);
除了 for,whilefor,whilefor,while 循环枚举,highbit(x)\operatorname{highbit}(x)highbit(x) 有没有位运算?