Problem3105--【入门】字符图形5-等腰三角形

3105: 【入门】字符图形5-等腰三角形

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

Description

请打印n行的*等腰三角形。

Input

一个整数n(n<10)。

Output

一个字符图形

Sample Input Copy

5

Sample Output Copy

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

Source/Category