6011621 - 字符串逆序
Time Limit : 1 秒
Memory Limit : 1024 MB
输入一串以‘!’结束的字符,按逆序输出。
Input
输入一串以!结尾的字符串。
Output
一串字符串
Examples
Input
abc!
Output
cba