11.

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