题解 1012: [编程入门]字符串分类统计

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;inti,b=0,c=0,d=0,e=0;&nbsp;&……

字符串分类统计

摘要:解题思路:注意事项:参考代码:#include&nbsp;<stdio.h>&nbsp;&nbsp;#include&nbsp;<string.h&g……

for循环统计(c语言)

摘要:解题思路:注意事项:如果不是if{}elseif{}的形式,内存会过大。参考代码:#include#includeint&nbsp;main(void){&nbsp;&nbsp……

用头文件更快捷

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<ctype.h>intmain(){&……