1 solutions

  • 0
    @ 2024-10-2 11:59:40
    #include<iostream>
    using namespace std;
    int main()
    {
        double a,b,c;
        cin>>a>>b>>c;
        cout<<max(max(a,b),c);
        return 0;
    }
    
    

    简单

    • 1

    Information

    ID
    465
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    4
    Accepted
    3
    Uploaded By