Problem AS: [函数与过程]画方图

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

Description

请画出N方阵图

Input

一个整数n,不超过9

Output

n方阵

Sample Input Copy

3

Sample Output Copy

1
2 2
2 2
3 3 3
3 3 3
3 3 3

Source/Category