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

杭电2017

时间:2016-11-08 20:15:06      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:style   nbsp   杭电   div   scan   str   getc   string   main   

 1 #include<stdio.h>
 2 #include<string.h>
 3 char s[10000];
 4 int main()
 5 {
 6     int n,i,t,len;
 7     while(~scanf("%d",&n))
 8     {
 9         getchar();
10         while(n--)
11         {
12             gets(s);
13             len=strlen(s);
14             for(i=t=0; i<len; ++i)
15                 if(s[i]>=0&&s[i]<=9)
16                     t++;
17             printf("%d\n",t);
18         }
19     }
20     return 0;
21 }

 

杭电2017

标签:style   nbsp   杭电   div   scan   str   getc   string   main   

原文地址:http://www.cnblogs.com/qq188380780/p/6044101.html

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