已采纳 李奕歌 初级天翼 核心: int by2(int N,int M){ int value=N^M; int count=0; whil循环(value){ count++; value=(value&(value-1)); } 返回 count; }