100 #ABC072B. [ABC072B] OddString

[ABC072B] OddString

Score : 200200 points

Problem Statement

You are given a string ss consisting of lowercase English letters. Extract all the characters in the odd-indexed positions and print the string obtained by concatenating them. Here, the leftmost character is assigned the index 11.

Constraints

  • Each character in ss is a lowercase English letter.
  • 1s1051 \leq |s| \leq 10^5

Input

The input is given from Standard Input in the following format:

ss

Output

Print the string obtained by concatenating all the characters in the odd-numbered positions.

atcoder
acdr

Extract the first character a, the third character c, the fifth character d and the seventh character r to obtain acdr.

aaaa
aa
z
z
fukuokayamaguchi
fkoaaauh