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

PROGRAMMING:Output the sum of two terms in Fibonacci sequence

Luz5年前 (2021-05-10)题库415
####Task description
Output the sum of any two terms in Fibonacci sequence.
####Input format:
Two integers a and B (positive integers greater than 0 and less than or equal to 60), separated by spaces.
####Output format:
Output the sum of a and B in Fibonacci sequence.
####Input example:
```in
4 6
```
####Output example:
```out
eleven
```
####Input example:
```in
20 30
```
####Output example:
```out
eight hundred and thirty-eight thousand eight hundred and five
```
####Input example:
```in
56 52
```
####Output example:
```out
two hundred and fifty-eight billion eight hundred and two million seven hundred and thirteen thousand eight hundred and sixteen
```






answer:If there is no answer, please comment