题解 1130: C语言训练-数字母

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

筛选

简单C语言训练-数字母

摘要:```pythons=input()c=0foriins:ifi.isalpha()://isalpha寻找字母c+=1print(c)```直接用isalpha查找很方便快捷记住这个……

C语言训练-数字母

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;strings;intyw;intmain(){&nbsp;&……

1130: C语言训练-数字母

摘要:解题思路:注意事项:参考代码:#include&nbsp;<iostream>#include&nbsp;<string>using&nbsp;name……

C语言训练-数字母

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>intmain(){intn=0,i;chara[1001];gets(a)……