Вопрос что не так с кодом?

#include

#include

using namespace std;

int main()

{double k, x, i, m, Y;

double e=1;

for(int i=1; i<=3; i++)

e= e*(i*i);

double f=1;

for(int i=2; i<=7; i++)

f=f*(i*i*i*i*i);

double g=1;

for(int z=1; z<=m; z++)

g=g*z;

double u=1;

for(int z=1; z<= (m+2); z++)

u=u*z;

double t=1;

for(int z=1; z<=k; z++)

t=t*z;

Y = (k(pow*(x+1)/(e)+x) + (g+(x*x*x*x*x)+u)/t+2*x+3*f

cout<< "Y=" < return 0; }
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.