int func(x) { int countx =0.o; while(x) { countx ++; x = x&(x-1); } return countx; }
求下面函数的返回值
原文:http://www.cnblogs.com/zzuyczhang/p/4336034.html