题解 2850: 输出亲朋字符串

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

2850: 输出亲朋字符串

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constintN=1e7;string……

2850: 输出亲朋字符串

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;typedeflonglongll;constllN=1e5;chars[N……

输出亲朋字符串

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){strings;getline(cin,s);for(i……

逐一处理字符即可

摘要:参考代码:#include<iostream>using&nbsp;namespace&nbsp;std;&nbsp;int&nbsp;main(){&am……

2850: 输出亲朋字符串

摘要:```#includeusingnamespacestd;constintN=10010;intmain(){stringa,b;getline(cin,a);//读入一行for(inti=0;i+1……

2850: 输出亲朋字符串

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;chars[10000];intmain(){&nbsp;&……

单个字符拼接输出

摘要:解题思路:注意事项:不要用cin<<因为根据题目条件,字符串中可能含有空格参考代码://#include<bits/stdc++.h>#define_CRT_SECURE_NO……