Problem2822--练习0000

2822: 练习0000

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 27  Solved: 25
[Status] [Submit] [Creator:]

Description

输入一个三位数n,将100~n的所有三位数反向输出。

Input

一个三位数n。

Output

反向输出100~n中的每一个数。

Sample Input Copy

110

Sample Output Copy

001 101 201 301 401 501 601 701 801 901 011

HINT

反向输出:例如数字358,反向输出则为853。

Source/Category

 基础B