Untitled

Run Settings
LanguageC++
Language Version
Run Command
//#11 #include <iostream> #include <cmath> using namespace std; int main() { double x; double result; double y; cout <<endl<< "x ="; cin >> x; cout <<endl<< "y ="; cin >> y; if (x = 0) { cout <<endl<< "значение 0 запрещено условием " << endl; } else { result = pow((1 + (1 / (pow(x, 2)))), x) - 12 * pow(x, 2) * y; cout <<endl<< "Ответ" << result << endl; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines