c = 33 + ~n;. This calculates how many high order bits are remaining after using n low order bits. ((x << c)>> ...
確定! 回上一頁