PROGRAMMING:Sum of squares of natural numbers (*)
Please write a program to find the sum of squares of natural numbers.
For example: the sum of squares of natural number $$150 $$is $$1 ^ 2 + 5 ^ 2 + 0 ^ 2 = 1 + 25 + 0 = 26 $.
####Input format
>Natural number
####Output format
>Sum of squares of natural numbers
####Input sample
```in
one hundred and fifty
```
####Output sample
```out
twenty-six
```
answer:If there is no answer, please comment
For example: the sum of squares of natural number $$150 $$is $$1 ^ 2 + 5 ^ 2 + 0 ^ 2 = 1 + 25 + 0 = 26 $.
####Input format
>Natural number
####Output format
>Sum of squares of natural numbers
####Input sample
```in
one hundred and fifty
```
####Output sample
```out
twenty-six
```
answer:If there is no answer, please comment