赞
踩
大家好,又到了分享学习的时候,我今天学习的题目有点难,我请教了高年级的以及问同学才完成了这题目。当然我希望你们可以和我分享你们的学习经历,我最近被这题目困扰很久了。我希望你们可以给我提出好的建议。OK,看题。
题目如下:
我的答案如下:
- #include<stdio.h>
- int main()
- {
- int digit=0,blank=0,other=0;
- char ch;
- while((ch=getchar())!='\n')
- {
- if(ch<='9'&&ch>='0')
- {
- digit++;
- }
- else if(ch==' ')
- {
- blank++;
- }
- else
- {
- other++;
- }
- }
- printf("blank = %d, digit = %d, other = %d",blank,digit,other);
- }
怎么样,这题目是不是很难。我希望我可以学习更多的知识去解决这个问题。今天的分享就到这里了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。