摘要:
#include<bits/stdc++.h> using namespace std; const int N=100005; int n,L,T,a[N],b[N]; int read() { int x=0,f=1; char ch=getchar(); while (ch<'0'||ch>' 阅读全文
摘要:
#include<iostream> #include<algorithm> using namespace std; typedef long long ll; const int MAXN=300010; int n,m,a[MAXN],b[MAXN],p[MAXN],v[MAXN]; int 阅读全文