#include
(5488)#include

using namespace std;
int jishu(string str) {
int n = str.size();
cout << n << endl;
cout << str<< endl;
int flag = 0;
for (int i = 0; i < n; i++) {
char a = str[i];
if (str[i] != ' ') {
flag++;
}
else flag = 0;
}
return flag;
}

int main() {
string str = {0};
cout << "请输入字符串!" << endl;
//cin >> str;
getline(cin,str);
int n = jishu(str);
cout << n << endl;
return 0;
}
全部评论

相关推荐

不愿透露姓名的神秘牛友
11-27 10:46
点赞 评论 收藏
分享
找不到工作死了算了:没事的,雨英,hr肯主动告知结果已经超越大部分hr了
点赞 评论 收藏
分享
头像
11-21 11:39
四川大学 Java
是红鸢啊:忘了还没结束,还有字节的5k 违约金
点赞 评论 收藏
分享
评论
2
收藏
分享
牛客网
牛客企业服务