1507: 字符串

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

Description

给定一个字符串,然后将字符串倒序输出。

Input

输入一个字符串 S(2<strlen(S)<100)

Output

将字符串S倒序输出

Sample Input Copy

abc

Sample Output Copy

cba

Source/Category