题解 | #反序输出#

反序输出

https://www.nowcoder.com/practice/171278d170c64d998ab342b3b40171bb

#include<iostream>
using namespace std;
int main()
{
	string str;
	while( cin>>str )
		cout<<str[3]<<str[2]<<str[1]<<str[0]<<endl;
}

全部评论

相关推荐

听说改名字就能收到offer哈:Radis写错了兄弟
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务