main(){ char c; int a=0,b=0,d=0,e=0; for(;(c=getchar())!='\n';) { if((c>='A'&&c<='Z')||(c>='a'&&c< ='z')) &nb...
阅读全文
2006
05-26