2 solutions

  • 0
    @ 2026-2-4 11:56:42

    #include<bits/stdc++.h> using namespace std;

    int main() { double a,b,c; cin>>a>>b>>c; double maxn=max({a,b,c}); cout<<maxn;

    return 0;
    

    }

    Information

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