Well, that's simple math. The first binary digit is 2^0, the second 2^1, the third 2^2, ... number = first * 1 + second * 2 + third * 4 + ...
確定! 回上一頁