解题思路:

注意事项:禁止抄答案,否则第2天被雷劈

参考代码:

#include <bits/stdc++.h>


using namespace std;


int main()

{

    double a,b,s;

    cin>>a>>s>>b;

     if(a+b>s && a+s>b &&b+s>a)

        cout<<"yes";

    else

        cout<<"no";

    return 0;

}


 

0.0分

2 人评分

  评论区

  • «
  • »