Problem2558--【入门】数字走向II

2558: 【入门】数字走向II

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

Description

输入整数N,输出相应方阵。

Input

一个整数N。( 0 < n < 10 )

Output

一个方阵,每个数字的场宽为3。

Sample Input Copy

5

Sample Output Copy

 21 22 23 24 25
 16 17 18 19 20
 11 12 13 14 15
  6  7  8  9 10
  1  2  3  4  5

Source/Category