2 solutions

  • -2
    @ 2023-10-16 19:59:13

    C++ :

    undefined
    

    Pascal :

    undefined
    
    • -6
      @ 2023-11-11 16:32:00
      #include<bits/stdc++.h>
      using namespace std;
      int a[100005],b[100005];
      int main(){
      	int n;
      	cin>>n;
      	for(int i=1;i<=n;i++){
      		cin>>a[i]>>b[i];
      	}
      	int l=1,r=n;
      	while(l<=r){
      		
      	}
      	return 0;
      }
      
      
      • 1

      Information

      ID
      755
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      2
      Tags
      # Submissions
      38
      Accepted
      15
      Uploaded By