#OLD11. w

w

Description

输入数N(N<30),输出n层的W图形;

Format

Input

输入一个数n

Output

输出w图形

Samples

2
* * *
 * *
3
*   *   *
 * * * *
  *   *

Hint