Problem G: C语言7.17

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:215 Solved:92

Description

输出如下图案:

* * * * *

 * * * * *

  * * * * *

   * * * * *

    * * * * *

请使用字符数组的方式完成本题。

Input

Output

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

Sample Input Copy

Sample Output Copy

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