-->
当前位置:首页 > 题库

PROGRAMMING:Find the sum of all digits of a three digit positive integer

Luz5年前 (2021-05-10)题库420
Find the sum of all digits of a three digit positive integer
###Input format:
Enter a three digit positive integer
###Output format:
Output the sum of 100 digits
###Input example:
```in
six hundred and seventy-eight
```
###Output example:
```out
twenty-one
```







answer:If there is no answer, please comment