Problem1166--求f(x,n)

1166: 求f(x,n)

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

已知 计算x=4.2,n=10以及x=2.5,n=15f的值。

Input

输入x和n。

Output

函数值,保留两位小数。

Sample Input Copy

4.2 10

Sample Output Copy

3.68

Source/Category

递归