2 条题解

  • 1
    @ 2025-4-1 18:50:52
    #include<bits/stdc++.h>
    using namespace std;
    double x,a,y,b;
    int main(){
        cin>>x>>a>>y>>b;
        printf("%.2lf",(x*a-y*b)/(a-b));
    	return 0;
    }
    
    
    

    信息

    ID
    4456
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    365
    已通过
    200
    上传者