2 条题解

  • 1
    @ 2025-5-11 11:16:46
    #include<bits/stdc++.h>
    using namespace std;
    float f,u;
    
    int main(){
    	cin>>f>>u;
    	printf("%.2f",(f*u)/(u-f));
    } 
    
    

    hhhhhhhhhhhhhhh

    信息

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