100 #ABC058B. [ABC058B] ∵∴∵

[ABC058B] ∵∴∵

Score : 200200 points

Problem Statement

Snuke signed up for a new website which holds programming competitions. He worried that he might forget his password, and he took notes of it. Since directly recording his password would cause him trouble if stolen, he took two notes: one contains the characters at the odd-numbered positions, and the other contains the characters at the even-numbered positions.

You are given two strings OO and EE. OO contains the characters at the odd-numbered positions retaining their relative order, and EE contains the characters at the even-numbered positions retaining their relative order. Restore the original password.

Constraints

  • OO and EE consists of lowercase English letters (a - z).
  • 1O,E501 \leq |O|,|E| \leq 50
  • OE|O| - |E| is either 00 or 11.

Input

Input is given from Standard Input in the following format:

OO

EE

Output

Print the original password.

xyz
abc
xaybzc

The original password is xaybzc. Extracting the characters at the odd-numbered positions results in xyz, and extracting the characters at the even-numbered positions results in abc.

atcoderbeginnercontest
atcoderregularcontest
aattccooddeerrbreeggiunlnaerrccoonntteesstt