求幂级数展开的部分和找错误

img


这是一张图片,能打开吗?
请挑错,注释是题目。
字数够了吗正文需要三十字

scanf("lf", &x);应改为scanf("%lf", &x);
printf("%.4f", sum);应改为printf("%.4lf", sum);