eolymp
bolt
Try our new interface for solving problems
Məsələlər

Значение выражения 3

dərc olunub 23.01.24 13:32:49

include<bits/stdc++.h>

using namespace std;

int main() { double x, y, n; cin >> x >> y; n = (2 * x + y) / (pow(x, 2) - x * y + 4 * pow(y, 2)) + (2 * pow(x, 2) - x * y + pow(y, 2)) / (x + 4 * y); cout << fixed << setprecision(3) << n; }//TECHNOBLADE NEVER DIES 😢😢😢😢😢😢😢😢😢