∵∴∵

AtCoder
IDabc058_b
Time2000ms
Memory256MB
Difficulty
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 $O$ and $E$. $O$ contains the characters at the odd-numbered positions retaining their relative order, and $E$ contains the characters at the even-numbered positions retaining their relative order. Restore the original password. ## Constraints * $O$ and $E$ consists of lowercase English letters (`a` - `z`). * $1 \leq |O|,|E| \leq 50$ * $|O| - |E|$ is either $0$ or $1$. ## Input Input is given from Standard Input in the following format: $O$ $E$ [samples]
Samples
Input #1
xyz
abc
Output #1
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`.
Input #2
atcoderbeginnercontest
atcoderregularcontest
Output #2
aattccooddeerrbreeggiunlnaerrccoonntteesstt
API Response (JSON)
{
  "problem": {
    "name": "∵∴∵",
    "description": {
      "content": "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 tro",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc058_b"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "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 tro...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments