1925: 拆数一

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:452 Solved:3

Description

输入一个两位数。输出它的十位和个位

Input

一行,一个整数

Output

两行

Sample Input Copy

23

Sample Output Copy

3
2

Source/Category