1926: 拆数二

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:396 Solved:5

Description

输入一个三位数,输出它的百位,十位和个位

Input

一行,一个整数

Output

三行,三个整数

Sample Input Copy

123

Sample Output Copy

1
2
3

Source/Category