1448: 倒置输出字符串

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:30 Solved:19

Description

随机输入一个长度不超过255的字符串,将其倒置后输出。

Input

只有一行。

Output

只有一行。

Sample Input Copy

asdfghjkl123456

Sample Output Copy

654321lkjhgfdsa

Source/Category