~Marienbader
~Marienbader
全部文章
分类
题解(24)
归档
标签
去牛客网
登录
/
注册
~Marienbader的博客
全部文章
(共23篇)
cpp解法使用append和substr的两种用法
注意:不足8个和14个剩余6个,是相同子问题 #include<iostream> #include<string> using namespace std; int main() { string str; int less=0; while(cin...
cpp
2020-02-10
28
1642
c++解法:注意清除上一组数据影响
#include<iostream> #include<set> using namespace std; int main() { int N,n; set<int> ss; while(cin>>N) //多组数据 ...
2020-02-10
81
5316
c++
#include<iostream> #include<string> using namespace std; //!!!不区分大小写,所以进行ascll码+32一样也++ int main() { string str; char s; int c...
2020-02-10
46
10824
首页
上一页
1
2
3
下一页
末页