как исправить ошибку? от код. проблема в else.
# include
using namespace std;
int main ()
{
setlocale(LC_ALL, "Ukrainian");
cin.get();
int a, b, c ;
cout <<"a= " << '\n';
cin >> a ;
cout <<"b= " << '\n';
cin >> b;
cout <<"c= " << '\n';
cin >> c ;
if (a>b && c);
{if (a*a==b*b+c*c);
return 0 ;
{cout <<"цей трикутник прямокутний";
return 0 ;
}
}
if (b>a && c);
{if (b*b==a*a+c*c);
return 0 ;
{cout <<"цей трикутник прямокутний";
return 0 ;
}
}
if (c>b && a);
{if (c*c==b*b+a*a);
return 0 ;
{cout <<"цей трикутник прямокутний";
return 0 ;
}
}
else
cout <<"цей трикутник не э прямокутний";
return 0;
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.