Problem1189--【入门】数字走向VI

1189: 【入门】数字走向VI

Time Limit: 1.000 Sec  Memory Limit: 16 MB
Submit: 30  Solved: 29
[Submit] [Status] [Web Board] [Creator:][下载测试数据]

Description

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

Input

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

Output

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

Sample Input

5

Sample Output

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

Source/Category


[Submit] [Status]