好像有錯
來源:
butdie
於
2007-12-21 02:14:13
[
博客
] [
舊帖
] [
給我悄悄話
] 本文已被閱讀:次
int i=0;
while( (n & 0x1)) {n >>= 1;i++;}
n ^= 0x1;
n