綠色計算大賽--扔桃子

代碼 #include<iostream> #include<vector> #include<algorithm> using namespace std; int getNum(int n){ int k; k=0; while(n!=0){ if(n%2 == 0){ n/=2; }else{ k+=1; n--; n/=2; } } retur
相關文章
相關標籤/搜索