PROGRAMMING:Narcissus output
The so-called narcissus number refers to a $$n $$digit ($$n $$> = 3 & $$n $$< = 7), and the sum of the power of each digit is equal to itself.
For example, the 3-digit 153 is Narcissus, and the cube sum of each digit is $$1 ^ {3} + 5 ^ {3} + 3 ^ {3} = 153 $$.
Requirement: output the number of daffodils with 3 digits.
###Input format:
nothing
###Output format:
The number of daffodils with 3 digits, one for each line.
###Input example:
```in
nothing
```
###Output example:
```out
one hundred and fifty-three
…
```
answer:If there is no answer, please comment
For example, the 3-digit 153 is Narcissus, and the cube sum of each digit is $$1 ^ {3} + 5 ^ {3} + 3 ^ {3} = 153 $$.
Requirement: output the number of daffodils with 3 digits.
###Input format:
nothing
###Output format:
The number of daffodils with 3 digits, one for each line.
###Input example:
```in
nothing
```
###Output example:
```out
one hundred and fifty-three
…
```
answer:If there is no answer, please comment