PROGRAMMING:Print digital rectangle
Print a hollow rectangle of numbers.
###Input format:
Enter an integer n (n > 0).
###Output format:
Print a hollow rectangle composed of N numbers, which requires n numbers for both rows and columns( Note: no blank lines)
###Input sample 1:
Here is a set of inputs. For example:
```in
five
```
###Output sample 1:
The corresponding output is given here. For example:
```out
fifty-five thousand five hundred and fifty-five
5 5
5 5
5 5
fifty-five thousand five hundred and fifty-five
```
###Input sample 2:
Here is a set of inputs. For example:
```in
two
```
###Output sample 2:
The corresponding output is given here. For example:
```out
twenty-two
twenty-two
```
###Input sample 3:
Here is a set of inputs. For example:
```in
one
```
###Output sample 3:
The corresponding output is given here. For example:
```out
one
```
answer:If there is no answer, please comment
###Input format:
Enter an integer n (n > 0).
###Output format:
Print a hollow rectangle composed of N numbers, which requires n numbers for both rows and columns( Note: no blank lines)
###Input sample 1:
Here is a set of inputs. For example:
```in
five
```
###Output sample 1:
The corresponding output is given here. For example:
```out
fifty-five thousand five hundred and fifty-five
5 5
5 5
5 5
fifty-five thousand five hundred and fifty-five
```
###Input sample 2:
Here is a set of inputs. For example:
```in
two
```
###Output sample 2:
The corresponding output is given here. For example:
```out
twenty-two
twenty-two
```
###Input sample 3:
Here is a set of inputs. For example:
```in
one
```
###Output sample 3:
The corresponding output is given here. For example:
```out
one
```
answer:If there is no answer, please comment