23 条题解

  • 3

    #include<iostream>
    using namespace std;
    int main()
    {
    int hb,st,kl,x;
    cin>>hb>>st>>kl;
    if(hb<st)
    if(kl<hb)
    x=kl;
    else
    x=hb;
    else
    if(kl<st)
    x=kl;
    else
    x=st;
    cout<<x*2;
    return 0;
    }
    家人们绝对正确

  • 2
    #include<iostream>
    using namespace std;
    int main()
    {
        int han,shu,ke,x;
        cin>>han>>shu>>ke;
        if(han<shu)
            if(ke<han)
                x=ke;
            else
                x=han;
        else
            if(ke<shu)
                x=ke;
            else 
                x=shu;
        cout<<x*2;
        return 0;
    }
    
  • 0
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a,b,c,n;
        cin>>a>>b>>c;
        n=min(a,min(b,c));
        cout<<n*2;
    }
    

    保证正确 !!!

  • 0
    @ 2022-07-01 14:28:10

    #include<iostream>
    using namespace std;
    int main()
    {
    int a,b,c,min;
    cin>>a>>b>>c;
    if(a<b)
    if(c<a)
    min=c;
    else
    min=a;
    else
    if(c<b)
    min=c;
    else
    min=b;
    cout<<min*2<<endl;
    return 0;
    }

  • -2

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -2

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2<<endl;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -4

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -4

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

  • -4

    #include<iostream>
    using namespace std;
    int main()
    {
    int han,shu,ke,x;
    cin>>han>>shu>>ke;
    if(han<shu)
    if(ke<han)
    x=ke;
    else
    x=han;
    else
    if(ke<shu)
    x=ke;
    else
    x=shu;
    cout<<x*2;
    return 0;
    }

信息

ID
1698
难度
1
分类
(无)
标签
递交数
165
已通过
104
通过率
63%
被复制
2
上传者