19

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { double x, y, z; cin>>x>>y; double e=2.71; if (18*y == 1) { cout<<"Нет решения"; } else{ z= pow(e,x)*((y*y+12*x*y-3*x*x)/(18*y-1)); } cout<<z; return z; }
Editor Settings
Theme
Key bindings
Full width
Lines