Problem B

Statement
Copy Copied
Description:
You are given a string. Reverse its characters.

Input Format:
The only line of input contains a string between 1 and 100 characters long. Each character of the string has ASCII-code between 33 (exclamation mark) and 126 (tilde), inclusive.

Output Format:
Output the characters of this string in reverse order.

Note:
None