1033 - 打印星星1
Description

输入一个数字n,输出n*n的星星矩阵!

Input
Output
Examples

Input

5

Output

*****
*****
*****
*****
*****
题目参数
Time Limit 1 second
Memory Limit 128 MB
提交次数 90
通过次数 64