12857: 求5位数数字

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:1 Solved:0

Description

输入一个5位数,逐行打印出这5位数的个位、十位、百位、千位、万位。

Sample Input Copy

12345

Sample Output Copy

5
4
3
2
1