Problem1065--【入门】字符图形1-星号矩形1065: 【入门】字符图形1-星号矩形
Time Limit: 1.000 Sec Memory Limit: 16 MB
Submit: 52 Solved: 41
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
打印字符图形。输出n行n列"*"
Input
一个整数 n(0 < n < 10)
Output
一个矩形字符图形
Sample Input
3
Sample Output
***
***
***
Source/Category
[Submit] [Status]