Ответы
Ответ дал:
0
#include <iostream>
#include <stdio.h>
#include <math.h>
using namespace std;
int main()
{
int x,y;
cout<<"x=";
cin>>x;
y=((1+x^2)/(2+x^3)/(3+x^19)/19);
cout<<y;
system("pause");
return 0;
}
#include <stdio.h>
#include <math.h>
using namespace std;
int main()
{
int x,y;
cout<<"x=";
cin>>x;
y=((1+x^2)/(2+x^3)/(3+x^19)/19);
cout<<y;
system("pause");
return 0;
}
Похожие вопросы
2 года назад
2 года назад
7 лет назад
7 лет назад
9 лет назад
9 лет назад
9 лет назад