摘要: A题:水题。。 1 #include 2 #include 3 const int maxn = 1005; 4 char s[ maxn ]; 5 int main(){ 6 //freopen("in.txt","r",stdin); 7 while( scanf("%s",s)!=EOF ){ 8 int len = strlen(s); 9 int c1 = 0,c2 = 0,c3 = 0;10 for( int i=0;i 2 const int maxn = 100005; 3 typedef long long LL.. 阅读全文
posted @ 2013-08-28 23:46 xxx0624 阅读(320) 评论(0) 推荐(0)