您好,登錄后才能下訂單哦!
#include <iostream> using namespace std; int main() { int a[]={1,2,2,2,2,3,4,5,2,2,4,2,2,2,3}; int count=1,number=a[0]; // number =0 while in int a[]={1,1,1,1,1,3,4,5,6};error for(int i=1;i<sizeof(a)/sizeof(a[0]);i++) { if(a[i]==a[i-1])count++; else count--; if(count==0) number=a[i]; } cout<<"number= "<<number; } /***************** * http://www.anycodes.cn/zh/ {1,2,2,2,2,3,4,5,2,2,4,2,2,2,3}; A[I] COUNT NUMBER 2 0 (2) 2 1 2 2 2 2 2 3 2 3 2 2 4 1 2 5 0 (5) 2 -1 5 2 0 (2) 4 -1 2 2 -2 2 2 -1 2 2 0 (2) 3 1 2 ******************/
和劍指offer那的計數(shù)為1的判斷 思想一致代碼風(fēng)格不一樣
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。