Compose two words into a compound word.

Input

Two words, each on a separate line.

Output

The compound that is formed by composing the two given words.

Example

Input:

Coder
Dojo

Output:

CoderDojo