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
This problem is worth 1 token.
Your first and only line will contain two space-separated strings.
ababa ab
ababaab
one two
onetwo
Comments