#P1066. 打印图形

打印图形


打印出以下图形。


Input

Output

Sample Input

4

Sample Output

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

HINT

Source