100 atcoder#ABC149A. [ABC149A] Strings
[ABC149A] Strings
Score : points
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.
oder atc
atcoder
When oder
and atc
, concatenating and in this order results in atcoder
.
humu humu
humuhumu