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

(HDU)1219 -- AC Me

时间:2016-12-05 14:27:05      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:ble   pre   amp   .net   gets   math   blog   int   get   

题目:http://vjudge.net/problem/HDU-1219

 

这题在循环的时候i<len,写成了i<=len,WA一万次才改出来。

 1 #include <cstdio>
 2 #include <cstring>
 3 #include <cmath>
 4 #include <iostream>
 5 #include <algorithm>
 6 #include <string>
 7 #include <cstdlib>
 8 
 9 using namespace std;
10 
11 int main()
12 {
13     int num[30],len,i;
14     char buf[100010];
15     while(gets(buf)!=NULL)
16     {
17         memset(num,0,sizeof(num));
18         len=strlen(buf);
19         for(i=0;i<len;i++)
20         {
21             if(a<=buf[i]&&buf[i]<=z)
22                 num[buf[i]-a]++;
23         }
24         for(i=0;i<26;i++)
25             printf("%c:%d\n",a+i,num[i]);
26             printf("\n");
27     }
28     return 0;
29 }

 

(HDU)1219 -- AC Me

标签:ble   pre   amp   .net   gets   math   blog   int   get   

原文地址:http://www.cnblogs.com/ACDoge/p/6133572.html

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