Знатоки,еще один вопрос
#include



#include



using namespace std;



int main() {



double a,c,b,m,k,t,s;

cout<<"a=";

cin>> a;

cout<<"c=";

cin>> c;


b=a*a*a+a-1+log10(abs(a*a*a)+a-1);

m=(3.2*a)+(6.45*b)-c;

k=m*m*m+a-b;

t=a*a+m*b-k;

s=m+k*t;


cout<<"b="<< b <


cout<<"m="<< m <


cout<<"k="<< k <


cout<<"t="<< t <


cout<<"s="<< s <


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.