#T205. 字符串逆序

字符串逆序

Description

Enter a string of characters ending with '!' and output them in reverse order.

Input Format

As described in the problem statement.

Output Format

As described in the problem statement.

abc!

cba