摘要: code #include<iostream> #include<algorithm> using namespace std; using ll=long long; const int N=110000; ll n,m,i,j,p,q,a[N]; //p为b序列中正数之和,而q为b序列中负数之和 阅读全文
posted @ 2022-03-12 14:24 ethon-wang 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Q A #include<iostream> #include<cstring> #include<algorithm> using namespace std; const int N = 5e3 + 10; int s[N][N]; int n, r; int main() { ios::syn 阅读全文
posted @ 2022-03-12 10:23 ethon-wang 阅读(43) 评论(0) 推荐(0) 编辑