1761: 字符串逆序

Memory Limit:256 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:4

Description

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

Input

如题述。

Output

如题述。

Sample Input Copy

abc!

Sample Output Copy

cba

Source/Category