题解 1063: 二级C语言-统计字符

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

筛选

二级C语言-统计字符

摘要:解题思路:暴力注意事项:没有参考代码:#include<bits/stdc++.h>using namespace std;string s;long long yw,kg,sz,qt;int mai……

【C语言】新手解法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char c; int zimu=0,kong=0,shu=0,qita=0; while((c=getchar……