Problem Description

Write a function reverseStr(s) and print the reversed string.

Input Format

One line string s.

Output Format

One line reversed.

Sample Test Case

Input:
abcd
Output:
dcba

Constraints

|s|

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next