1264: 输出高度为n的数字斜塔(4)逐个变小
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:7
Solved:5
Description
输入一个n作为数字斜塔的高度, 逆向输出题目“输出高度为n的数字斜塔(3)”里的结果
Input
一个数字n
Output
逆向输出“数字输出(8)”里的结果
Sample Input Copy
5
Sample Output Copy
98765
7654
543
32
1
HINT
循环条件怎么变化? 第 i 层的第一个数字 x 与层次 i 两者之间有什么规律?