Problem1219--【入门】放大的箭头1219: 【入门】放大的箭头
Time Limit: 1.000 Sec Memory Limit: 16 MB
Submit: 18 Solved: 14
[Submit] [Status] [Web Board] [Creator:][下载测试数据] Description
【入门】放大的箭头
请打印n行的放大的箭头(n一定是一个奇数)
如:输出5行的箭头,输出结果如下,为方便理解,我们用□代表空格,实际输出的时候,请输出空格!
每行有n颗星!
*****
□*****
□□*****
□*****
*****
Input
n,代表有n行的图形(n一定是一个奇数)
Output
n行的图形!
Sample Input
5
Sample Output
*****
*****
*****
*****
*****
Source/Category
[Submit] [Status]