Mika with Encryption
题号:NC221563
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

Mika studied a new way to encrypt massages.

Given a string which length is even, Mika do the following process:

First Mika divides it into two parts from the middle. Then Mika writes the first part on the first line, the second part on the second line. Finally, Mika reads the string from the first column to the last column.

For example: There is a string called "". We divides it into two parts "" and ""
Then we write in the following way:


Finally, Mika reads it from the first column to the last column, which is "". That is the string Mika gets.

Now given you the string after encrypting, Willis wants to know the string before encrypting. Can you help him?

输入描述:

A string after encrypting, which length is even and less than .
It is guaranteed that the string only consists upper or lower letters.

输出描述:

Output one line which represents the string before encrypting.
示例1

输入

复制
GLouocdk

输出

复制
GoodLuck