1770: 【CSP嵌套循环】打印n行的完整的蝴蝶结█

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:6 Solved:5

Description

请从键盘读入一个整数 lns="http://www.w3.org/1998/Math/MathML">nlns="http://www.w3.org/1998/Math/MathML">n  lns="http://www.w3.org/1998/Math/MathML">110 的范围内的奇数),打印出如下面样例的完整的蝴蝶结!

Input

一个整数 lns="http://www.w3.org/1998/Math/MathML">n ,代表图形的行数!

Output

n 行的图形!

Sample Input Copy

5

Sample Output Copy

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