1962: 【信息学奥赛一本通】字符串逆序

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

Description

输入一串以‘!’结束的字符,按逆序输出。

Input

如题述。

Output

如题述。

Sample Input Copy

abc!

Sample Output Copy

cba