#110. 字符数组逆序

字符数组逆序

Description

输入一个字符数组,倒着输出它。

Format

Input

输入一个字符数组 ss,它的长度不超过 10001000

Output

倒序输出该字符数组

Samples

abc
cba