Given a non-negative decimal integer xx, convert it to binary representation bb of 32 bits. Then, print the result of the following operations to bb respecitvely.
- Inversion: change the state of each bit to the opposite state
- Logical left shift: shift left by 1
- Logical right shift: shift right by 1