Problem1066--倒序输出

1066: 倒序输出

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

读入一串字符,以句号结束,然后让其倒序输出。

Input

读入一串字符st

Output

倒序输出st

Sample Input Copy

string.

Sample Output Copy

gnirts

HINT

输入字符串也许有空格,所以要用getline(cin,字符串变量)

Source/Category