2321: 【入门】数字走向IV
Memory Limit:16 MB
Time Limit:1.000 S
Submit数:5
Solved数:5
Description
输入整数N,输出相应方阵。
Input描述
一个整数N。( 0 < n < 10 )
Output描述
一个方阵,每个数字的场宽为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
Source/Category
⋮