PROGRAMMING:The sum of your numbers
Find the sum of the numbers of any positive integer.
###Input format:
Enter a positive integer.
###Output format:
Outputs the result of the sum of the digits of an integer.
###Input example:
```in
one thousand three hundred and five
```
###Output example:
```out
nine
```
answer:If there is no answer, please comment
###Input format:
Enter a positive integer.
###Output format:
Outputs the result of the sum of the digits of an integer.
###Input example:
```in
one thousand three hundred and five
```
###Output example:
```out
nine
```
answer:If there is no answer, please comment