PROGRAMMING:Print narcissus number
Print the number of daffodils. The narcissus number is a three digit number whose cubic sum of each digit is equal to the original number.
###Output format:
Output the number of Narcissus in increasing order, each number takes up 5 columns.
###Output example:
```out
153 370 371 407
```
answer:If there is no answer, please comment
###Output format:
Output the number of Narcissus in increasing order, each number takes up 5 columns.
###Output example:
```out
153 370 371 407
```
answer:If there is no answer, please comment