Easystrings
Reverse a String
Time limit 2 s · Memory 64 MB
Statement
The input is a single line without spaces. Print it reversed.
Constraints
String length is between 1 and 10^5
Examples
Input 1
hello
Output 1
olleh
Time limit 2 s · Memory 64 MB
The input is a single line without spaces. Print it reversed.
String length is between 1 and 10^5
hello
olleh