Advertisement
Pafnytiu

простые 3 - 17

Nov 17th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include<iostream>
  2. #include<math.h>
  3. #include<iomanip>
  4. using namespace std;
  5. int main()
  6. {float a,b,c;
  7. cin>>a>>b>>c;
  8. if (a+b>c && a+c>b && c+b>a)
  9. cout<<"Yes"<<endl;
  10. else
  11. cout<<"No"<<endl;
  12. system("pause");
  13. return 0;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement