1884: 【CSP二维数组】数字走向IV▅

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:2

Description

输入整数 lns="http://www.w3.org/1998/Math/MathML">N ,输出相应方阵。

Input

一个整数 lns="http://www.w3.org/1998/Math/MathML">N 。( lns="http://www.w3.org/1998/Math/MathML">0<N10 )

Output

一个方阵,每个数字的场宽为 lns="http://www.w3.org/1998/Math/MathML">3 

Sample Input Copy

5

Sample Output Copy

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