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

PROGRAMMING:Function returns the sum of true divisors of integers

Luz5年前 (2021-05-10)题库355
Write a function to return the true divisor sum of integers, the main function input integer n, output the true divisor sum of n.
###Input example:
```in
twenty
```
###Output example:
```out
eighteen
```
###Input example:
```in
twenty-eight
```
###Output example:
```out
twenty-eight
```






answer:If there is no answer, please comment