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

PROGRAMMING:How many digits

Luz5年前 (2021-05-10)题库432
Input a non negative integer n (long long type range), output this positive integer n is a few digits.
###Input example:
```in
one hundred and twenty-three trillion and four hundred and fifty-six billion seven hundred and eighty-nine million twelve thousand three hundred and forty-five
```
###Output example:
```out
fifteen
```
###Input example:
```in
0
```
###Output example:
```out
one
```







answer:If there is no answer, please comment