1033: 【03】取数位▃用逗号拼接字符

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:72 Solved:54

Description

运用整数除法和模运算来取得两位数的每一位并且输出。 例如,对于32,我们希望分别输出的就是 3、2 这两位。

Input

输入一个两位数。

Output

输出两个数,用空格隔开。

Sample Input Copy

76

Sample Output Copy

7 6