2 条题解

  • 1
    @ 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));
    } 
    

    查了亿下公式

    • 0
      @ 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

      • 1

      信息

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