100 atcoder#ABC058B. [ABC058B] ∵∴∵
[ABC058B] ∵∴∵
Score : 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 and . contains the characters at the odd-numbered positions retaining their relative order, and contains the characters at the even-numbered positions retaining their relative order. Restore the original password.
Constraints
- and consists of lowercase English letters (
a
-z
). - is either or .
Input
Input is given from Standard Input in the following format:
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