标签: bit-manipulation bitwise-operators logical-operators bit-shift discrete-mathematics
可以仅使用AND(<<,OR(>>),XOR来实现按位左移(&)和右移(|)运算符(^,不是(~)?
<<
>>
&
|
^
~