摘要: 前缀和一下,就好了 #include<bits/stdc++.h> using namespace std; typedef unsigned long long ull; const int N=1e5+99; int a[N],odd[N],even[N]; struct cmp { bool 阅读全文
posted @ 2022-11-14 16:33 独枝 阅读(52) 评论(0) 推荐(0)