Description
It is a very simple priblem.Your goal is just to output the reverse order of a string.
Input
There is only one line of the input with a string and there is no space in the string.
Output
output the reverse order of the input string.
Sample Input
abcdefg
Sample Output
gfedcba
代码