简单——————(纯代码,直接抄)
2026-06-20 17:19:19
发布于:江苏
1阅读
0回复
0点赞
include<bits/stdc++.h>
using namespace std;
int cnt;
string x;
int main() {
getline(cin,x);
for(int i=0;x[i];i++){
if (isalpha(x[i]) || isdigit(x[i]))cnt++;
}
cout << cnt;
return 0;
}
拜托各位义父点个赞吧!
这里空空如也







有帮助,赞一个