标签: bit-manipulation bitwise-operators
如何反转以下操作,以便我可以获得标志的值 (((flags >> 4) & 31) +1)
(((flags >> 4) & 31) +1)