1 solutions

  • 2
    @ 2025-8-18 15:16:32
    #include<bits/stdc++.h>
    using namespace std;
    double a,b,c;
    int main(){
    	cin>>a>>b>>c;
    	double maxn=max({a,b,c});
    	cout<<maxn;
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    14
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    233
    Accepted
    87
    Uploaded By