题解 2850: 输出亲朋字符串

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

筛选

单个字符拼接输出

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

2850: 输出亲朋字符串

摘要:解题思路:注意事项:参考代码:s1=input()s2=s1[1::1]s2=s2+s1[0]s=""foriinrange(len(s1)):&nbsp;&nbs……

输出亲朋字符串

摘要:解题思路:注意事项:chr为解码将将ascii值转为字符ord为编码及将字符转为ascii值参考代码:n=str(input())ls=[]foriinrange(len(n)-1):&nbs……

c语言代码解决问题

摘要:解题思路:注意事项:注意添加终止符参考代码:#include<stdio.h>#include<string.h>intmain(){charstr[101],str_frie……

2850: 输出亲朋字符串

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