2 solutions

  • 0
    @ 2026-2-1 17:20:05

    #include using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<b; return 0; }

    • 0
      @ 2025-10-20 15:45:03
      #include<iostream>
      using namespace std;
      int main(){
          int a,b,c;
          cin>>a>>b>>c;
          cout<<b;
          return 0;
      }
      
      • 1

      Information

      ID
      193
      Time
      1000ms
      Memory
      64MiB
      Difficulty
      1
      Tags
      # Submissions
      188
      Accepted
      136
      Uploaded By