摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 const int maxn=2e3+1; 5 ll sum[maxn][maxn],cnt[maxn][maxn],ans[maxn][maxn]; 阅读全文
posted @ 2021-02-23 21:56 古比 阅读(56) 评论(0) 推荐(0) 编辑