#include <iostream>
#include <math.h>
using namespace std;
int main(){
setlocale(0,"");
int a, b;
cout<<"Введите а: "; cin>>a;
cout<<"Введите b: "; cin>>b;
y = pow(a-2*b,2)+7;
cout<<"Ответ: "<<y;
system ("pause");
return 0;
}
Если что, спрашивайте.
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
#include <iostream>
#include <math.h>
using namespace std;
int main(){
setlocale(0,"");
int a, b;
cout<<"Введите а: "; cin>>a;
cout<<"Введите b: "; cin>>b;
y = pow(a-2*b,2)+7;
cout<<"Ответ: "<<y;
system ("pause");
return 0;
}
Если что, спрашивайте.