1 条题解

  • 1
    @ 2025-1-13 21:44:14

    补食,汇布惠鞭城啊。

    #include <bits/stdc++.h> 
    using namespace std; 
    int main(){ 
    double x,a,y,b;
    cin>>x>>a>>y>>b;
    double c;
    c=(y*b-x*a)/(b-a);
    printf ("%.2f",c);
    }
    

    信息

    ID
    458
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    47
    已通过
    18
    上传者