1262: 输出高度为n的数字斜塔(2)向下变大
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:17
Solved:10
Description
输入一个数n作为数字斜塔的高度,输出数字斜塔,要求如下 第一层1,第二层22,第三层333,第四层4444...以此类推
Input
一个数字n
Output
按要求输出数字斜塔
Sample Input Copy
6
Sample Output Copy
1
22
333
4444
55555
666666