11 条题解

  • 1
    @ 2025-2-14 11:07:48

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

    信息

    ID
    2122
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    1954
    已通过
    722
    上传者