Reverse A

View as PDF

Submit solution

Points: 1
Time limit: 5.0s
Memory limit: 256M

Author:
Problem type

Problem Statement

This problem is worth 1 token.

Input Format

Your first and only line will contain two space-separated strings.

Sample Cases

Input 1
ababa ab
Output 1
ababaab
Input 2
one two
Output 2
onetwo

Comments

There are no comments at the moment.