1428 - 金字塔形

通过次数

17

提交次数

22

Time Limit : 1 秒
Memory Limit : 128 MB

输出一个n(1<n<50)行的"*"字金字塔形

Input

整数n

Output

n行的"*"字金字塔形

Examples

Input

4

Output

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