Treat n as a 32-bit unsigned integer, reverse the order of its 32 bits, and output the resulting unsigned integer.
Input format
One line: an integer n with 0 <= n < 2^32.
Output format
One line: the value obtained by reversing all 32 bits of n.
Constraints
- 0 <= n <= 4294967295