1173: C语言6.23

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:5 Solved:4

Description

输出以下图案:
   *
  ***
 *****
*******
 *****
  ***
   *

Input

Output

输出如题目描述中的图案。
请注意行尾输出换行。

Sample Input Copy

Sample Output Copy

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

Source/Category