19

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