2141: 数字图形打印二
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:15
Solved:13
Description
输入一个整数N(1<=N<=9),
输出以下图形。
1
121
12321
1234321
123454321
Input
输入一个整数N(1<=N<=9)
Output
输出以下图形。
1
121
12321
1234321
123454321
Sample Input Copy
8
Sample Output Copy
1
121
12321
1234321
123454321
12345654321
1234567654321
123456787654321