1 solutions

  • 4
    @ 2024-1-23 10:17:31
    #include<bits/stdc++.h>
    using namespace std;
    long double a,b,c;
    long double m;
    int main(){
    	cin>>a>>b>>c;
    	m=max(a,max(b,c))/(max(a+b,max(b,c))*max(a,max(b,b+c)));
    	cout<<fixed<<setprecision(3)<<m<<"\n";
    	return 0;
    }
    

    一坨代码

    • 1

    Information

    ID
    638
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    # Submissions
    24
    Accepted
    21
    Uploaded By