牛客517072235号
牛客517072235号
全部文章
分类
未归档(5)
生活记录(3)
题解(71)
归档
标签
去牛客网
登录
/
注册
牛客517072235号的博客
全部文章
(共2篇)
C++简洁代码:
C++简洁代码: #include<bits/stdc++.h> using namespace std; int main() { string s; while(cin >> s); cout << s.size(); re...
hw
2020-09-03
338
32036
HJ2 计算某字符出现次数
使用 count_if 求解 #include <algorithm> #include <iostream> #include <string> using namespace std; int main() { string s; getl...
hw
2020-04-26
143
14711