PROGRAMMING:Sum of the digits
Given a none-negative number, print out the sum of its digits.
### Input Format:
A none-negative integer number.
### Output Format:
The sum of its all digits.
### Sample Input:
```in
one hundred and twenty-three
```
### Sample Output:
```out
six
```
answer:If there is no answer, please comment
### Input Format:
A none-negative integer number.
### Output Format:
The sum of its all digits.
### Sample Input:
```in
one hundred and twenty-three
```
### Sample Output:
```out
six
```
answer:If there is no answer, please comment