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

PROGRAMMING:an=1/(1+a(n-1))

Luz5年前 (2021-05-10)题库447
Calculate the nth term of the sequence.
![](~/ 237)
###Input format:
Enter n value directly, n value is a positive integer.
###Output format:
Directly output the real result with 6 decimal places, without any additional characters..
###Input example:
```in
five
```
###Output example:
```out
zero point six two five zero zero zero
```






answer:If there is no answer, please comment