Problem3978--【入门】字符图形1-星号矩形

3978: 【入门】字符图形1-星号矩形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Submit

Description

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

Input

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

Output

一个矩形字符图形

Sample Input Copy

3

Sample Output Copy

***
***
***

Source/Category