1 solutions

  • 0
    @ 2026-3-20 21:13:27
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a[3]={};
        cin>>a[0]>>a[1]>>a[2];
        sort(a,a+3);
        cout<<a[2];
    }
    
    • 1

    Information

    ID
    1507
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    10
    Tags
    # Submissions
    1
    Accepted
    1
    Uploaded By