The following program calculates the value of the function SunFun(n) = f(0)+f(1) +...+f(n), where f(x)=x3+1. Here, x3 means the cube of x. The blanks should be filled in(1) s=0(2) s=s+f(x)(3) x*x*x+1( )
A、对
B、错
发布时间:2025-04-02 09:27:32
A、对
B、错