8 条题解

  • -4
    @ 2024-2-23 10:29:16
    #include<bits/stdc++.h> 
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        if(a+>c and a+c>b and b+c>a)cout<<"yes";
        else{
        cout<<"no";
    }
        return 0; 
    }
    

    信息

    ID
    2135
    时间
    1000ms
    内存
    256MiB
    难度
    2
    标签
    递交数
    526
    已通过
    249
    上传者