<p>The <ahref="https://en.wikipedia.org/wiki/Hamming_distance"target="_blank">Hamming distance</a> between two integers is the number of positions at which the corresponding bits are different.</p>
<p>Given an integer array <code>nums</code>, return <em>the sum of <strong>Hamming distances</strong> between all the pairs of the integers in</em><code>nums</code>.</p>