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

PROGRAMMING:Strange formula

Luz5年前 (2021-05-10)题库438
In the following formula, each geometry represents a natural number.
![ Title. JPG] (~ / 05c2e3ad-8204-40c1-a70e-c35bd73f50f6. JPG)
If I tell you the number of '-', can you tell me the number of '-'?
Please write a program, input the natural number represented by ★, if the problem has a solution, output the natural number represented by [; If the problem has no solution, output "None".
####Input format
>Natural number represented by
####Output format
>Natural number represented by
####Input sample 1
```in
one hundred
```
####Output sample 1
```out
nine
```
####Input sample 2
```in
one hundred and fifty
```
####Output sample 2
```out
None
```







answer:If there is no answer, please comment