A quadrilateral is a figure with four sides. For this problem, print a rectangle using the capital letter X. Each side length is between 1 and 20 inclusive.
The first line contains the number of datasets. Each dataset is two integers: the width and the height of the rectangle.
For each dataset, print the rectangle filled with X. Separate consecutive datasets with a blank line.