Problem Description

Input is a single string s is provided (no trailing spaces needed). Output the reversed string.

Input Format

One line s.

Output Format

One line reversed.

Sample Test Case

Input:
abcd
Output:
dcba

Constraints

Length

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next