1053: 递增矩阵

Memory Limit:128 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:313 Solved:227

Description

输入一个正整数,输出对角线元素递增的矩阵。

Input

输入一个正整数

Output

输出对应的矩阵

Sample Input Copy

4

Sample Output Copy

2 3 4 5
3 4 5 6
4 5 6 7
5 6 7 8

加入题单

算法标签: