1 条题解

  • -1
    @ 2025-12-4 21:27:25
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        float x,y;
        cin>>x>>y;
        printf("%0.4f",(x*87+y*85)/(x+y));
        return 0;
    }
    
    • 1

    信息

    ID
    621
    时间
    1000ms
    内存
    256MiB
    难度
    3
    标签
    递交数
    73
    已通过
    37
    上传者