시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 1024 MB30016013552.124%

문제

Your mother has asked you to create a template for the squares of a quilt she is making. Her quilt will be based on words! Print out a square of the given word, in the style shown in the example output.

입력

The first line will contain a single integer n that indicates the number of data sets that follow. Each data set will consist of a single line with one word of length k (0 < k < 100).

출력

Output the square in the format shown in the example output. There are no spaces between data sets. The final square should be both as wide and as tall as the length of the word.

예제 입력 1

3
one
three
fifteen

예제 출력 1

one
n n
eno
three
h   e
r   r
e   h
eerht
fifteen
i     e
f     e
t     t
e     f
e     i
neetfif