시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 256 MB113978873072.277%

문제

A quadrilateral is a 4-sided figure. For this program, print out a 4 sided figure using the capital letter X. The largest side will be 20, and the smallest side will be 1.

입력

The first line consists of the number of data sets. Each data set consists of 2 integers, the length and width of the quadrilateral.

출력

Print out the quadrilateral using the capital letter X, each quadrilateral separated by a blank line.

예제 입력 1

3
2 3
5 1
20 8

예제 출력 1

XX
XX
XX

XXXXX

XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXX