2326: 【入门】斜角I
Memory Limit:16 MB
Time Limit:1.000 S
Submit数:4
Solved数:4
Description
输入整数N,输出相应方阵。
Input描述
一个整数N。( 0 < n < 10 )
Output描述
一个方阵,每个数字的场宽为3。
Sample Input Copy
5
Sample Output Copy
1 2 3 4 5 2 3 4 5 6 3 4 5 6 7 4 5 6 7 8 5 6 7 8 9
Source/Category
⋮