#P7027. 字符图形1-星号矩形

字符图形1-星号矩形

Description

打印字符图形。输出n行n列"*"

Format

Input

一个整数 n(0 < n < 10)

Output

一个矩形字符图形

Samples

3
***
***
***

Limitation

1s, 1024KiB for each test case.