Problem1164--求几位数

1164: 求几位数

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个不多于4位数的正整数,求出它是几位数,并分别打印出个位上的数字

Sample Input Copy

1234

Sample Output Copy

4 1 2 3 4

Source/Category