Олимпиадный тренинг

Задача 37014. herringbone


Задача

Темы: Циклы

You need to draw a herringbone height on the screen H.

Input: Input one natural number H not exceeding 20.

Output: Draw a Christmas tree from asterisks (see examples).


Examples
# Input Output
1 2
 *
***
2 4
   *
  ***
 *****
*******