1 条题解

  • 1
    @ 2025-1-17 9:21:23
    #include<iostream>
    using namespace std;
    int main()
    {
    int j1,j2,j3,h;
    cin>>j1>>j2>>j3;
    h=j1*0.2+j2*0.3+j3*0.5;
    cout<<h;
    return 0;
    }
    
    • 1

    【深基2.例11】[NOIP2017 普及组] 成绩

    信息

    ID
    672
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    7
    已通过
    3
    上传者