100 #hm4002. 逆序输出字符串

逆序输出字符串

题目描述

编写程序,将输入字符串按输入顺序逆序输出。如:输入abcdefg,输出gfedcba。

说明:输入的字符串长度不超过20,可能包含空格

输入

abcdefg

输出

gfedcba