2140: 数字图形打印一

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Normal Judger Creator:
Submit:27 Solved:24

Description

输入一个整数n

编程打印出下图。

1*

2*3*

4*5*6*

7*8*9*10*

11*12*13*14*15*

Input

输入一个整数n

Output

编程打印出下图。

1*

2*3*

4*5*6*

7*8*9*10*

11*12*13*14*15*


Sample Input Copy

5

Sample Output Copy

1*
2*3*
4*5*6*
7*8*9*10*
11*12*13*14*15*

Source/Category