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

实验4.3

时间:2019-05-23 15:37:34      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:get   技术   str   alt   for   image   png   http   else   

#include<stdio.h>
int main(){
char string[99];
int i,word=0,num=0;
 gets(string);
for(i=0;(string[i])!=‘\0‘;i++)
 if(string[i]==‘ ‘)
word=0;
else if(word==0)
{
 word=1;
 num++;
}
 printf("¹²ÓÐ%d¸öµ¥´Ê",num);
 return 0;
}

技术图片

实验4.3

标签:get   技术   str   alt   for   image   png   http   else   

原文地址:https://www.cnblogs.com/P201821430028/p/10912109.html

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