Problem F: 编程实现从键盘输入一个字符串,将其顺序颠倒后重新存放,并输出这个字符串

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3024 Solved:2614

Description

编程实现从键盘输入一个字符串,将其顺序颠倒后重新存放,并输出这个字符串

Input

输入包含一行字符串

Output

输出逆序后的字符串,输出占一行

Sample Input Copy

helloworld

Sample Output Copy

dlrowolleh