25 条题解

  • -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;
    }

  • -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
分类
(无)
标签
递交数
176
已通过
112
通过率
64%
被复制
2
上传者