TA貢獻1829條經(jīng)驗 獲得超4個贊
簡單實現(xiàn)對yes子串個數(shù)的識別,參考代碼如下:#include<stdio.h>int main(){char str[80];int i=0,n=0;gets(str);while(str[i]!=0){if(str[i]=='y')if(str[i+1]!=0&&str[i+1]=='e')if(str[i+2]!=0&&str[i+2]=='s'){++n;i=i+2;}++i;}printf("%d",n);return 0;}
舉報
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號