Problem3343--打印对称的直角三角形

3343: 打印对称的直角三角形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

根据输入的n(正整数,n≤1≤20),如:输入n=5:

Input

第一行输入n

Output

输出相应的图形

Sample Input Copy

5

Sample Output Copy

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

Source/Category