Problem1491--【入门】数字三角

1491: 【入门】数字三角

Time Limit: 1.000 Sec  Memory Limit: 128 MB
Submit: 8  Solved: 11
[Submit] [Status] [Web Board] [Creator:][下载测试数据]

Description

输入一个整数n,打印n行的数字三角!

Input

一个整数n(n<10)

Output

n行的数字三角

Sample Input

3

Sample Output

123
 12
  1

Source/Category


[Submit] [Status]