1 solutions

  • 0
    @ 2025-5-14 18:23:54
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
      int a,b,c;
      cin>>a>>b>>c;
      if(a>b&&a>c){
        cout<<a;
      }
      else if(b>c&&b>a){
      cout<<b;
      }
      else if(b<c&&b<c){
      cout<<c;
      }
      return 0;
    }
    
    • 1

    Information

    ID
    1283
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    2
    Accepted
    2
    Uploaded By