解题思路:
注意事项:
参考代码:
#include<iostream> #include<cmath> #include<algorithm> using namespace std; int main() { string str; int count=0; cin>>str; for(int i=0;i<str.length();i++){ if(str[i]<='9'&&str[i]>='0') count++; } cout<<count<<endl; return 0; }
0.0分
0 人评分
2004年秋浙江省计算机等级考试二级C 编程题(1) (C语言代码)浏览:488 |
C语言考试练习题_一元二次方程 (C语言代码)浏览:773 |
C语言训练-字符串正反连接 (C语言代码)浏览:664 |
C语言程序设计教程(第三版)课后习题11.1 (C语言代码)浏览:724 |
不会做的浏览:954 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:793 |
2003年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码)浏览:638 |
a+b浏览:452 |
1128题解(返回值为数组的情况)浏览:571 |
C语言程序设计教程(第三版)课后习题11.1 (C语言代码)浏览:525 |