1 条题解

  • 0
    @ 2025-4-12 17:33:13
    #include<bits/stdc++.h>
    using namespace std;
    double f,u;
    int main(){
    	cin>>f>>u;
    	printf("%.2f",(f*u)/(u-f));
    } 
    

    查了亿下公式

    信息

    ID
    112
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    (无)
    递交数
    2
    已通过
    2
    上传者