Ответы
Ответ дал:
0
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
float y,x,a;
cin>>x;
a=x*x+256/(x*x);
for(int i=7;i>=1;i--)
a=x*x+(pow(2,i))/a;
y=x/a;
cout<<"n"<<y;
}
Вас заинтересует
2 года назад
7 лет назад
7 лет назад
10 лет назад
10 лет назад
10 лет назад