Відповідь :
#include <iostream>
#include <windows.h>
#include <cmath>
using namespace std;
int main () {
SetConsoleCP(1251) ; SetConsoleOutputCP(1251) ;
double x,a,b,e,y , z , q ;
cout << "Первое число x" << endl ;
cin >> x;
cout << "2 число a" << endl ;
cin >> a;
cout << "3 число b" << endl ;
cin >> b;
cout << "4 число e" << endl ;
cin >> e;
cout << "5 число z" << endl ;
cin >> z;
cout << "6 число y:" << endl ;
cin >> y;
q = x + a*b / atan(z+y)*y-x ;
cout << q << endl ;
return 0 ;
}
Пояснення: Вроде так , по дополнительным вопросам обращайтесь .
Відповідь :
#include <iostream>
#include <windows.h>
#include <cmath>
using namespace std;
int main () {
SetConsoleCP(1251) ; SetConsoleOutputCP(1251) ;
double x,a,b,e,y , z , q ;
cout << "Первое число x" << endl ;
cin >> x;
cout << "2 число a" << endl ;
cin >> a;
cout << "3 число b" << endl ;
cin >> b;
cout << "4 число e" << endl ;
cin >> e;
cout << "5 число z" << endl ;
cin >> z;
cout << "6 число y:" << endl ;
cin >> y;
q = x + a*b / atan(z+y)*y-x ;
cout << q << endl ;
return 0 ;
}
Пояснення: Вроде так , по дополнительным вопросам обращайтесь .