
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
C++ 统计字符个数
#include<iostream>#include<string>using namespace std;int main() {string str;int letter=0,space=0,digit=0,other=0;getline(cin,str);for(int i=0; i<str.length(); i++) {if(str[i]>=48&am

到底了







