#abc149a. [abc149_a]Strings
[abc149_a]Strings
Problem Statement
Given are two strings and consisting of lowercase English letters. Concatenate and in this order, without space in between, and print the resulting string.
Constraints
- and are strings consisting of lowercase English letters.
- The lengths of and are between and (inclusive).
Input
Input is given from Standard Input in the following format:
Output
Print the resulting string.
Sample Input 1
oder atc
Sample Output 1
atcoder
When oder
and atc
, concatenating and in this order results in atcoder
.
Sample Input 2
humu humu
Sample Output 2
humuhumu