摘要: #include<cstdio> #include<cstring> #define maxn 1000050 #define max(a,b) ((a)>(b)?(a):(b)) using namespace std; int l[maxn<<1];// 即maxn*2 int a[maxn]; 阅读全文
posted @ 2022-10-10 23:22 Bunnycxk 阅读(82) 评论(0) 推荐(0) 编辑