19 条题解

  • 0
    @ 2025-2-22 9:57:36

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; if(a+b>c and a+c>b && b+c>a){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

    信息

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