eolymp
bolt
Try our new interface for solving problems
Problems

Digits of 3-digit number

Digits of 3-digit number

Time limit 1 second
Memory limit 128 MiB

Positive 3-digit integer is given. Print this number with spaces between the digits.

Input data

One positive 3-digit integer n (100n999).

Output data

Print the number n with spaces between the digits.

Examples

Input example #1
123
Output example #1
1 2 3
Source Ramin Textbook Z1.1