#include
#include
#include
int main()
{
float
x;
std::cin >> x;
std::cout << "y = " << std::setprecision(4) <<<br> log10(log(2.31 + pow(x, 3))) << std::endl;<br> std::cout << "a = " << (sin(1.2) + tan(x) + x) / <br> 2*pow(tan(x), 2) << std::endl;<br>
float c, d;
std::cin >> c >> d;
std::cout << "W = " << sin(c) + asin(d) << std::endl;<br>}
g++ compiler
Сразу 3 задания там.