Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:1 s
空间限制:128 MB
#13180. 字符串
Statistics
Statement
Submit
Custom Test
题目描述
给定一个字符串,然后将字符串倒序输出。
输入格式
输入一个字符串 S(2<S 长度<100)
输出格式
将字符串 S 倒序输出
样例数据
input
abc
output
cba
Submit
Run