A complement of Base 10 Integer

找到数字的二进制的反数. 先找十进制的数在二进制下有多少bit位. 然后再找到bit下的全1数字, 然后相减.