24 条题解

  • -3
    @ 2022-2-9 22:05:13

    #include using namespace std; int main() { int a,b,c,d,e,t; cin>>a>>b>>c>>d; e=ab; t=cd; if(a+b>10) { cout<<e; } else if(b+c>5) { cout<<t; } else if(d<10||a*c>100) { cout<<"Yes"; } else { cout<<"No"; } return 0; }

    信息

    ID
    887
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    649
    已通过
    304
    上传者