码迷,mamicode.com
首页 > 其他好文 > 详细

统计单词数

时间:2019-03-22 00:42:27      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:oge   eth   you   har   NPU   print   inpu   else   word   

#include <stdio.h>
int main(){
 int word,num=0;
 char ch;
 printf("input your text:\n");
    while((ch=getchar())!=‘\n‘)
        if(ch==‘ ‘)
            word=0;
        else if(word==0){
         word=1;
         num++;
  }
    printf("there are %d words all together\n",num);
    return 0;
}

统计单词数

标签:oge   eth   you   har   NPU   print   inpu   else   word   

原文地址:https://www.cnblogs.com/p201821430005/p/10575632.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!