...
Note that this solution performs bitwise operations on signed integers. Care must be exercised when doing this; see NUM06NUM05-J. Avoid incorrect mixing of signed integers with bitwise operators for more information.
...
...
Note that this solution performs bitwise operations on signed integers. Care must be exercised when doing this; see NUM06NUM05-J. Avoid incorrect mixing of signed integers with bitwise operators for more information.
...