#P50. 图形输出4

图形输出4

Description

给定一个整数n。打印如下图形图形。

Input Format

一个整数 n。

Output Format

一个菱形。具体看样例。

Sample

input

3

output

  1
 222
33333
 222
  1

Hint

时间限制:1s1 \text {s}

空间限制:256MB256 \text {MB}