1 条题解

  • 0
    @ 2024-10-19 21:56:04
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	double a,b;
    	cin>>a>>b;
    	cout<<fixed<<setprecision(2)<<1/(1/a+1/b);
    	return 0;
    }
    
    • 1

    信息

    ID
    443
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    18
    已通过
    10
    上传者