1741: 【CSP嵌套循环】字符图形1-星号矩形▃

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:11 Solved:10

Description

打印字符图形。

输出 lns="http://www.w3.org/1998/Math/MathML">n 行 lns="http://www.w3.org/1998/Math/MathML">n 列 *

Input

一个整数 lns="http://www.w3.org/1998/Math/MathML">n(0<n<10) 

Output

一个矩形字符图形。

Sample Input Copy

3

Sample Output Copy

***
***
***