Problem1199--增加空格

1199: 增加空格

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

Description

输入一个不超过7位的数字,每两位数字之间用一个空格隔开。

Input

一个数字。

Output

加上空格后的数字。

Sample Input Copy

12345

Sample Output Copy

1 2 3 4 5

Source/Category