Алексей Парастюк №41

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { double z,a,b,c,d; cin>>a; cin>>d; if (a*d == 0) cout<< "Решений нет."; else { z = ((a*d + b*c) / a*d); cout<<z; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines