Reverse a String
Under development: Online judging is being built. You can preview the problem statement and sample cases below.
Problem Statement
Given a string s, return its reversed form.
Input
A single string s
Output
The reversed string
Samples
Input
hello
Output
olleh
Submit a Solution
Checking sign-in...
Judging and account save coming soon.