C++
#include <iostream>
#include <cmath>
int main(){
setlocale(LC_ALL, "rus");
float x, y, poz;
fliat x1, y1, poz1;
std::cin>> x >> y;
std::cin>> x1 >> y1;
poz = sqrt(sqrt(x) + sqrt(y));
poz1 = sqrt(sqrt(x1) + sqrt(y1));
if (poz > poz1){
std::cout<<"A ближе";}
}else std::cout<< "B ближе";
return 0;
}
будут вопросы по коду пиши в комментариях
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
C++
#include <iostream>
#include <cmath>
int main(){
setlocale(LC_ALL, "rus");
float x, y, poz;
fliat x1, y1, poz1;
std::cin>> x >> y;
std::cin>> x1 >> y1;
poz = sqrt(sqrt(x) + sqrt(y));
poz1 = sqrt(sqrt(x1) + sqrt(y1));
if (poz > poz1){
std::cout<<"A ближе";}
}else std::cout<< "B ближе";
return 0;
}
будут вопросы по коду пиши в комментариях