#1338. 字符串逆序

字符串逆序

Description

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

Format

Input

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

Output

倒序输出该字符串

Samples

abc
cba