练习专区

今天的一小步就是明天的一大步
Problem 1151 迭代分析
Accepted: 4   Total Submit: 7
Time Limit: 1000ms   Memory Limit: 30720KB
Description

Input
输入有若干行,每行有两个数x0,n,x0表示初值,n表示迭代的次数。x0为double类型.n为int型.
Output
输出相应的x,
Sample Input
1.5 5
1.3 3
1.5 100
Sample Output
2.000000
2.058738
2.000000
Hint
提交     返回