PROGRAMMING:Output rectangle
Read in 2 integers a and B, and output the rectangle of B * B composed of A.
###Input format:
Enter 2 integers a and B with absolute value no more than 1000 in one line.
###Output format:
For each group of inputs, the output is a rectangle of B * B composed of a number a.
###Input example:
```in
6 4
```
###Output example:
```out
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
```
answer:If there is no answer, please comment
###Input format:
Enter 2 integers a and B with absolute value no more than 1000 in one line.
###Output format:
For each group of inputs, the output is a rectangle of B * B composed of a number a.
###Input example:
```in
6 4
```
###Output example:
```out
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
six thousand six hundred and sixty-six
```
answer:If there is no answer, please comment