Reverse String

Time limit: 5000ms
Memory limit: 256mb

Description:
Reverse the input string

Input:
a string (of length < 100)

Output:
the reverse of the input string

Sample input:
abc

Sample output:
cba
Submit