2 条题解

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

    C++ :

    undefined
    

    Pascal :

    undefined
    
    • -5
      @ 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

      信息

      ID
      755
      时间
      1000ms
      内存
      128MiB
      难度
      2
      标签
      递交数
      38
      已通过
      15
      上传者