摘要: #include#include #includemain(){ char a[100]; char ch,bh; int i,s; s=0; printf("请输入字符(输入#结束):"); do { scanf("%c",&ch); ... 阅读全文
posted @ 2015-09-20 16:20 52王俊杰 阅读(168) 评论(0) 推荐(0) 编辑