Chri_K

2020年10月4日

逆流invert

摘要: #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>' 阅读全文

posted @ 2020-10-04 15:48 Chri_K 阅读(15) 评论(0) 推荐(0) 编辑
化学家chemist

摘要: #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 阅读全文

posted @ 2020-10-04 15:05 Chri_K 阅读(326) 评论(0) 推荐(0) 编辑