1 2 3 4
摘要: #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> #include<queue> #include<vector> #define maxn 300100 using namespace std; const int N = 110; const int base = 20010; int n, k, 阅读全文
posted @ 2019-10-23 21:45 Lesning 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; typedef long long ll; ll list[200010]; ll ans[200010]; ll g[200010]; ll f[200010]; int n,c; int main(){ scanf("%d %d",&n,&c); for(int i... 阅读全文
posted @ 2019-10-23 18:41 Lesning 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 学到了一份排列组合的公式 阅读全文
posted @ 2019-10-23 13:36 Lesning 阅读(261) 评论(0) 推荐(0) 编辑