题解 2846: 统计数字字符个数

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

筛选

注意字符串的读取方式

摘要:解题思路:利用字符数组注意事项:用何种方法读取字符数组,不能&str参考代码:#include<stdio.h>int main(){    char str[……

2846: 统计数字字符个数

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constintN=1e7;chars[……

2846: 统计数字字符个数

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

2846: 统计数字字符个数

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;constintN=1e5;chara[N];intmain(){&……

解 2846: 统计数字字符

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;chara[1005];intmain(){intsum=0;cin.get……