19

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { float x,y,a,b; cin >>x>>y; a=(18*y-1); if (a==0) cout << "Решений нет"; else { b=(exp(x)-(y*y+12*x*y-3*pow(x,2))/a); cout << b; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines