摘要: #include#include #includemain(){ char a[100]; char ch,bh; int i,s; s=0; printf("请输入字符(输入#结束):"); do { scanf("%c",&ch); ... 阅读全文
posted @ 2015-10-08 14:37 21张磊 阅读(135) 评论(1) 推荐(0) 编辑