Problem2575--【入门】有趣的数字图形I

2575: 【入门】有趣的数字图形I

[Creator : dinan]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

读入一个整数n,输出一个n*n的方阵。 对角线是1,对角线向右上逐渐递增,左下为空格,每个数场宽为5。

Input

一个整数n。(n<100)

Output

n*n的方阵。

Sample Input Copy

4

Sample Output Copy

    1    2    3    4
         1    2    3
              1    2
                   1

Source/Category

Please give us a Star @HUSTOJ Github!

欢迎关注微信公众号onlinejudge