5 条题解

  • 0
    @ 2023-12-24 12:52:02
    #include<bits/stdc++.h>
     using namespace std; 
    double x,y;
    int main() 
    { cin>>x>>y;
     cout<<fixed<<setprecision(2)<<(87.00*x+85.00*y)/(x+y);
     return 0; 
    }
    

    信息

    ID
    9
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    327
    已通过
    138
    上传者