or(int i = n; i>=0; --i) { while(n!=0) { if(n%2 != 0) { sum1++; } else { sum2++; } n = n/2; if(sum1 > s

崔*恺  •  1年前



评论: