PROGRAMMING:The largest number of Fibonacci sequence less than 10000
It is known that the law of Fibonacci sequence is 1, 1, 2, 3, 5, 8,..., that is, the first two terms of the sequence are 1, and each of the subsequent terms is the sum of the first two terms. Request the maximum number less than 10000 in the sequence.
###Output format:
Directly output integer result without any additional characters.
###Output example:
```out
six thousand seven hundred and sixty-five
```
answer:If there is no answer, please comment
###Output format:
Directly output integer result without any additional characters.
###Output example:
```out
six thousand seven hundred and sixty-five
```
answer:If there is no answer, please comment