Competitions
Week 1 Introduction Part 2
Digits of 3-digit number
Positive 3-digit integer is given. Print this number with spaces between the digits.
Input data
One positive 3-digit integer n (100 ≤ n ≤ 999).
Output data
Print the number n with spaces between the digits.
Examples
Input example #1
123
Output example #1
1 2 3