Задание 9

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { int x, y; cout << "vvedite x"; cin >> x; if (x != 0) { y = (log(abs(cos(x)))) / (log(1 + x ^ 2)); cout << y; } else { cout << "net resenia"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines