Square

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

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.