3 条题解

  • -1

    #include<iostream>
    #include<cmath>
    #include<iomanip>
    using namespace std;
    int main()
    {
    double s,r1;
    cin>>r1>>s;
    cout<<s*2-r1*1.0;
    return 0;
    }

  • -1

    #include<iostream>
    #include<cmath>
    #include<iomanip>
    using namespace std;
    int main()
    {
    double s,r1;
    cin>>r1>>s;
    cout<<s*2-r1*1.0;
    return 0;
    }
    平均数*2-r1=r2

  • -1
    @ 2021-10-31 20:27:29

    #include<iostream>
    using namespace std;
    int main()
    {
    long s,r1;
    cin>>r1>>s;
    cout<<s*2-r1;
    return 0;
    }

  • 1

信息

ID
1690
难度
1
分类
(无)
标签
递交数
257
已通过
159
通过率
62%
被复制
3
上传者