PROGRAMMING:Sum up
Enter a positive integer n from the keyboard, and find the sum of positive integers within n that can be divided by 3 (including n).
###Input example:
Here is a set of inputs. For example:
```in
nine
```
###Output example:
The corresponding output is given here. For example:
```out
eighteen
```
answer:If there is no answer, please comment
###Input example:
Here is a set of inputs. For example:
```in
nine
```
###Output example:
The corresponding output is given here. For example:
```out
eighteen
```
answer:If there is no answer, please comment