1769: 【CSP嵌套循环】蝴蝶结█

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:7 Solved:4

Description

请输出 lns="http://www.w3.org/1998/Math/MathML">n 行的蝴蝶结的形状,lns="http://www.w3.org/1998/Math/MathML">n 一定是一个奇数!

Input

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

Output

n 行的图形。

Sample Input Copy

7

Sample Output Copy

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