1748: 【CSP嵌套循环】字符图形(3)-平行四边形▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:22 Solved:12

Description

输入一个整数打印字符图形。

Input

一个整数(lns="http://www.w3.org/1998/Math/MathML">0<n<10)。

Output

一个字符图形。

Sample Input Copy

3

Sample Output Copy

***
 ***
  ***

HINT

注意:第一行没有空格,第二行有 lns="http://www.w3.org/1998/Math/MathML">1 个空格,第 lns="http://www.w3.org/1998/Math/MathML">3 行有 lns="http://www.w3.org/1998/Math/MathML">2 个空格,以此类推!