2 solutions

  • 1
    @ 2023-9-30 13:42:02
    #include<iostream>
    using namespace std;
    #define ll long long
    ll a,b,c;
    int main()
    {
    	cin>>a>>b>>c;
    	cout<<b;
    	return 0;
    }
    
    • 1
      @ 2023-9-17 14:34:49

      #include<bits/stdc++.h> using namespace std;

      int main(){ int a,b,c; cin>>a>>b>>c; cout<<b<<endl;

      return 0; }

      • 1

      Information

      ID
      6714
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      6
      Tags
      (None)
      # Submissions
      380
      Accepted
      109
      Uploaded By