3 solutions

  • 1
    @ 2024-4-1 11:18:54
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        cout<<b<<endl;
    }
    
    • 0
      @ 2024-3-18 12:06:32
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
          int a,b,c;
          cin>>a>>b>>c;
          cout<<b<<endl;
      }
      
      • 0
        @ 2024-3-6 22:23:52

        #include <stdio.h> int main( ) { int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%d",b); return 0; }

        • 1

        Information

        ID
        6764
        Time
        1000ms
        Memory
        128MiB
        Difficulty
        1
        Tags
        # Submissions
        88
        Accepted
        60
        Uploaded By