Problem1020--打印图形

1020: 打印图形

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

从键盘输入一个整数n(1≤n≤9),打印出指定的数字图形。

Input

正整数n(1≤n≤9)。

Output

指定数字图形。

Sample Input Copy

5

Sample Output Copy

    1
   121
  12321
 1234321
123454321
 1234321
  12321
   121
    1

Source/Category

admin