int comput(int tmpn) { int tmpc=0; while(tmpn>0) { tmpc++; tmpn=tmpn&(tmpn-1) } return tmpc; }
65,210
社区成员
250,518
社区内容
加载中
试试用AI创作助手写篇文章吧