1765: 【CSP嵌套循环】放大的箭头█

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

Description

请打印 lns="http://www.w3.org/1998/Math/MathML">n 行的放大的箭头( lns="http://www.w3.org/1998/Math/MathML">n 一定是一个奇数)

如:输出 lns="http://www.w3.org/1998/Math/MathML">5 行的箭头,输出结果参见下面的样例。

Input

n ,代表有 lns="http://www.w3.org/1998/Math/MathML">n 行的图形( lns="http://www.w3.org/1998/Math/MathML">n 一定是一个奇数 lns="http://www.w3.org/1998/Math/MathML">1n99)。

Output

n 行的图形!

Sample Input Copy

5

Sample Output Copy

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