4 条题解

  • 3
    #include<iostream>
    using namespace std;
    int main()
    {
     int A,B,C;
     cin>>A>>B>>C;
     cout<<A*0.2+B*0.3+C*0.5;
     return 0;
    }
    
  • -1
    @ 2022-05-14 13:05:28

    #include<iostream>
    using namespace std;
    int main()
    {
    int A,B,C;
    cin>>A>>B>>C;
    cout<<A*0.2+B*0.3+C*0.5;
    return 0;
    }

  • -2

    #include<iostream>
    using namespace std;
    int main()
    {
    int A,B,C;
    cin>>A>>B>>C;
    cout<<A*0.2+B*0.3+C*0.5;
    return 0;
    }

  • -3

    #include<iostream>
    using namespace std;
    int main()
    {
    int A,B,C;
    cin>>A>>B>>C;
    cout<<A*0.2+B*0.3+C*0.5;
    return 0;
    }
    //12234洪子昊 (12234洪子昊) LV 7 @ 2 周前
    //原来你很厉害啊??!

  • 1

信息

ID
1688
难度
1
分类
(无)
标签
递交数
228
已通过
165
通过率
72%
被复制
3
上传者