The Hamming distance between two non-negative integers is the number of bit positions at which their binary representations differ.
Input format
One line: two non-negative integers a and b.
Output format
One line: the Hamming distance between a and b.
Constraints
- 0 <= a, b <= 1000000000