Problem J: 从*开始学循环之I:美丽的蝴蝶

Problem J: 从*开始学循环之I:美丽的蝴蝶

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 346  Solved: 272
[Submit] [Status] [Web Board] [Creator:]

Description

输入自然数n,输出2n-1行*,每行的字符依次递增,然后依次递减,图形左右对称

由于网页显示多个空格存在问题,样例显示中的图案失真,可下面的贴图为准

完成本题时,可以参考 “从*开始学循环”   http://learn.siso.edu.cn/c/?p=2440

Sample Input

7

Sample Output

*            *
**          **
***        ***
****      ****
*****    *****
******  ******
**************
******  ******
*****    *****
****      ****
***        ***
**          **
*            *