
Илья
5 год назад
Даны x, y. Составить блок – схему вычисления значения выраженияфото прилагаетсяПожалуйста посчитайте,пожалуйста)

ОТВЕТЫ

Алексей
Oct 24, 2020
#iclude <iosteam>
#include <conio>
#include <math>
using namespace std;
void main(){
float x,y;
cin>>x>>y;
int s;
s=sqrt(abs(x+y))/sqrt(pow(x)+1);
cout<<s;
}
#include <conio>
#include <math>
using namespace std;
void main(){
float x,y;
cin>>x>>y;
int s;
s=sqrt(abs(x+y))/sqrt(pow(x)+1);
cout<<s;
}
704
Смежные вопросы: