题目描述
You are given a string $S$ of length $N$ consisting of lowercase English letters.
We denote the $i$\-th character of $S$ by $S_i$.
Print the string of length $2N$ obtained by concatenating $S_1,S_1,S_2,S_2,\dots,S_N$, and $S_N$ in this order.
For example, if $S$ is `beginner`, print `bbeeggiinnnneerr`.