#abc306a. [abc306_a]Echo
[abc306_a]Echo
Problem Statement
You are given a string of length consisting of lowercase English letters.
We denote the -th character of by .
Print the string of length obtained by concatenating , and in this order.
For example, if is beginner
, print bbeeggiinnnneerr
.
Constraints
- is an integer such that .
- is a string of length consisting of lowercase English letters.
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
8
beginner
Sample Output 1
bbeeggiinnnneerr
It is the same as the example described in the problem statement.
Sample Input 2
3
aaa
Sample Output 2
aaaaaa