PROGRAMMING:Candy for three
In the kindergarten, there are three children whose numbers are 1, 2 and 3. They sit around a round table according to their own number order. In front of each child, there are 8, 9 and 10 candies. Now let's play a candy sharing game. Starting from child 1, divide your candy into three equal portions (if you have extra candy, you can eat it immediately), keep one for yourself, and give the other two portions to the two children in the adjacent seats. Then, children 2 and 3 did the same. How many candies are there in front of each child after a round?
###Input format:
There is no input for this topic.
###Output format:
Display the following results in one line. Note that there should be no extra characters at the end of the line except the newline character.
10 8 5
###Input example:
There is no input for this topic.
```in
```
###Output example:
```out
10 8 5
```
answer:If there is no answer, please comment
###Input format:
There is no input for this topic.
###Output format:
Display the following results in one line. Note that there should be no extra characters at the end of the line except the newline character.
10 8 5
###Input example:
There is no input for this topic.
```in
```
###Output example:
```out
10 8 5
```
answer:If there is no answer, please comment