int func(x){ int countx = 0; while(x) { countx ++; x = x&(x-1); } return countx;}
1520
617
603
258
202
近期评论