【题目描述】 【输入】 第一数是x的值,第二个数是n的值。 【输出】 函数值。 【输入样例】 1 2 【输出样例】 0.40 【代码】 #include <iostream> #include <cstdio> #include <cmath> using namespace std