摘要:
hdu 2131View Code#include<stdio.h>#include<string.h>int main(){ char ch[2],s[210]; while(scanf("%s %s",ch,s)!=EOF) { char x = ch[0]; int len = strlen(s); int cnt = 0; if( x >= 'A' && x <= 'Z' ) { for(int i = 0; i < len; ++i ) ... 阅读全文
posted @ 2013-04-16 10:19
yefeng1627
阅读(180)
评论(0)
推荐(0)
摘要:
另附 2013 个人选拔赛排名: 阅读全文
posted @ 2013-04-16 09:56
yefeng1627
阅读(160)
评论(0)
推荐(0)

浙公网安备 33010602011771号