1756: (while)数位分解

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:122 Solved:80

Description

输出一个整数各数位上的数。

【问题描述】

输入一个任意整数(0 < N < 1000000000),输出这个整数各个数位上的数字。



Input

输入n

Output

如题

Sample Input Copy

123

Sample Output Copy

3 2 1

Source/Category