5959: 画数阵图

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

Description

  请画出N个方阵图




Input

 一个整数n,不超过9。

Output

  n个数阵(每个数场宽为3)

Sample Input Copy

3

Sample Output Copy

  1
  1 2
  3 4
  1 2 3
  4 5 6
  7 8 9

HINT

 编写一个画i阶数阵的子程序,在主程序中调用即可