C++ |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| #include <iostream>
#include <math.h>
int main()
{
double Y,Z,a,x;
cout<<"Vvedite a i x: ";
cin>>a>>x;
cout<<endl;
Y=log((1.5*x)+a*a*a*a);
Z=actg(cos(a/x*x));
cout<<"Y= "<<Y<<", Z= "<<Z<<endl;
system ("pause");
return 0;
} |
|
Блок схемы знаю плохо)) вроде с формулами не ошибся если что пиши