Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include "cmath" using namespace std; int main() {//(задание 4; пример 10) double x,y,a; cin >> x; cin >> y; if (x ==1){ cout << "no"; } else { a = ((x+1)/(x-1))+18* x *pow(y,2); cout << a;} }
Editor Settings
Theme
Key bindings
Full width
Lines